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:09:57 +0100

> Java often has a lengthy startup... could be fast if someone already used
> Java that session, could take a moment if they haven't.

FWIW most java web servers (all the ones I know, anyway) let
you initialize the servlets and JSPs you'd need to, when you first
start the webserver. That will avoid the (usually 10 second) wait
that occurs on first access.

That way you can serve up the active content blazingly fast,
without using proprietary technology (cold fusion, microsoft, etc),
and without having to use hard-to-maintain compiled code.

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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


Replies
  Re: FLASH: Java, VBScript or JavaScript?, John Dowdell

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