According to Gunther Birznieks:

> If you want the ultimate in clean models, you may want to consider coding 
> in Java Servlets. It tends to be longer to write Java than Perl, but it's 
> much cleaner as all memory is shared and thread-pooling libraries do exist 
> to restrict 1-thread (or few threads) per CPU (or the request is blocked) 
> type of situation.

Do you happen to know of anyone doing xml/xsl processing in
servlets?  A programmer here has written some nice looking stuff
but it appears that the JVM is never garbage-collecting and
will just grow and get slower until someone restarts it.  I
don't know enough java to tell if it is his code or the xslt
classes that are causing it.

Yes, I know this is off-topic for mod_perl except to point out
that the clean java model isn't necessarily trouble free either.

  Les Mikesell
   [EMAIL PROTECTED]

Reply via email to