Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Java, VBScript or JavaScript? which is faster?
From: Gregg Caines
Date: Thu, 28 Sep 2000 18:06:41 +0100

I'd bet IIS processes VBScript faster, just because it is Microsoft's
language. Of course you'll have to test that out...from page to page
one language can be interpreted faster than another because of a
number of factors, mostly centered around what the interpreter
developer thought should be optimized and what shouldn't.

For real speed you should try a compiled language rather than an
interpreted one. For really great performance without sacrificing
maintainability, there is also the possibility of using java (as your
subject
mentioned). JSPs, servlets and javabeans are a great 'semi-compiled'
method, so they run pretty fast... There's a comparison between ASP
and JSP performance here:

http://www.orionserver.com/benchmarks/benchmark.html

---------------------------------------------------
Gregg Caines
n e o m e t r i x systems inc.
http://www.neometrixsystems.com
gcainesatneometrixsystems [dot] com


> I need to find out which language has a faster load time. Our "bail out
> zone" is 8 seconds or less and we have to have each page load within that
> time frame.
>
> Our team is using VBScript / ASP and Flash
> The other team integrating with our sections of the site is using
> Javascript. We want the other team to switch to VBScript but we are not
> sure which language will process faster. Regardless, the language will be
> used with ASP and Flash will read from the ASP files.
>
> Thank you in advance,
>
> Colleen Appleton


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]