[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XSLT vs Omnimark

Subject: Re: XSLT vs Omnimark
From: Michel CASABIANCA <casa@xxxxxx>
Date: 06 Mar 2000 18:07:08 +0100
developpeur omnimark
Hello

Louis-Dominique Dubeau <ldd@xxxxxxxxxxx> writes:
> Or they will compile Java to native binary code.  A lot of work is
> done on JIT-compiling.  Of course, the problem with JIT... if it is
> really JIT... is that your startup time may be significant.  

Yes, and you can increase startup time by disabling JIT in
the script launching your Java program. This is interesting
when the program will run a short time (as XSL engines).
With UNIX, you would add in your script :

export JAVA_COMPILER=

You can save a lot of time this way.

The situation is different for Servlets because the Java code
is compiled once for all and because the VM is allready started
when XSL engine operates.

> The work there could be taken one step further though and have the 
> whole thing cached or just plain compiled like C++ is.  (I'm not 
> saying that there are not caveats or that this is simple: just 
> that this is possible.)

Yes, and the Java VM should be a daemon, saving startup time.

-- 
+---------------------------+--------------------------------+
| Michel CASABIANCA         | http://www.sdv.fr/pages/casa   |
| mailto:casa@xxxxxx        | Articles sur Java et XML       |
| Développement Java et XML | Applications et Applets de Jeu |
+---------------------------+--------------------------------+


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.