Starting new interpreters is pretty expensive, but once they're running I
haven't seen any performance problems.  To execute scripts I have a pool of
threads each with a Tcl interpreter running in it.  When I need to execute a
script I just pick a free script runner thread from the pool.

I use the reflection stuff to make objects from the VM available to the
scripts and that works great (an incredible feature) and I've got several
Tcl extensions written in Java, too.



> -----Original Message-----
> From: Horace A. Vallas, Jr. [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 12, 2001 10:39 PM
> To: [EMAIL PROTECTED]
> Subject: Re: tclBlend/Jacl in jsp's?
>
>
> lifesaver Marc - moved stuff to tomcat/lib - presto!! thanks!!
>
> Hey - what has been your experience with the performance of tomcat
> and blend/jacl - pretty good?
>
> I think I'm going to try a small little taglib - one tag where the
> body is the tcl to be eval'ed - thoughts?  more suggestions?
>
> --
> Wishing you an "OOBA OOBA" 21st Century!!
> Horace                            ...once known as "Kicker" :-)
> ================================================================
> Horace Vallas   hav.Software                 http://www.hav.com/
>                 P.O. Box 354                         [EMAIL PROTECTED]
>                 Richmond, Tx. 77406-0354     voice: 281-341-5035
>                 USA                            fax: 281-341-5087
>
> Thawte Web Of Trust Notary in SW Houston, Tx.
> http://www.hav.com/?content=/thawteWOTnotary.htm
> ================================================================
> ...drop by and chat if I'm online       http://www.hav.com/chat/
> ===   ===   ===   ===   ===   ===   ===   ===   ===   ===   ====
> What is a Vet? ... He is the barroom loudmouth, dumber than five
> wooden planks, whose overgrown frat-boy behavior is outweighed a
> hundred times in the cosmic scales by four hours of exquisite
> bravery near the 38th parallel. ...   - Unknown
> ================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to