Help me beat Java.

2000-12-13 Thread jleidigh
. Specifically my question is 1. Is there a way to make mod_perl multi-threaded? 2. Is there a way to lower this memory consumtion? 3. Is there a way to precomplie perl to machine code to better perfomance? They are planning to do the same for Java and may gain performance. Help me beat Java, please

Re: Help me beat Java.

2000-12-13 Thread Stas Bekman
[some intro snipped] > and Apache/mod_perl. My main concern is the fact that > apache/mod_perl child proccess can be as big as 12 MB. even as big as 12.5MB :) > Specifically my question is > > 1. Is there a way to make mod_perl multi-threaded? http://perl.apache.org/~dougm/modperl_2.0.ht

Re: Help me beat Java.

2000-12-13 Thread Nigel Hamilton
> I have written a awsome mod_perl module for Apache and > now my companie wants to transform it to Java (ik). > Nothing personal against java but 95% of the program is > regular expressions. Perl is king in this area. In > java they are using Oroinc 3rd party classes for the > regexs. With

Re: Help me beat Java.

2000-12-13 Thread Gunther Birznieks
At 10:24 AM 12/13/00 -0300, jleidigh wrote: >I have written a awsome mod_perl module for Apache and >now my companie wants to transform it to Java (ik). Why would your company want to redevelop something from scratch in another language instead of making use of the product they have now that wor

Re: Help me beat Java.

2000-12-13 Thread Vivek Khera
> "j" == jleidigh <[EMAIL PROTECTED]> writes: j> faster. But now they want to do super tuning and also j> compare Resource consumption between JRun/Java Servlets j> and Apache/mod_perl. My main concern is the fact that j> apache/mod_perl child proccess can be as big as 12 MB. j> Specifically

Re: Help me beat Java.

2000-12-13 Thread G.W. Haywood
Hi all, On Wed, 13 Dec 2000, Vivek Khera wrote: > j> 3. Is there a way to precomplie perl to machine code to > > Don't think so, but there could be. There's a Perl to C translator but I don't tink you want to go there. 73, Ged.

Re: Help me beat Java.

2000-12-13 Thread Stas Bekman
On Wed, 13 Dec 2000, G.W. Haywood wrote: > Hi all, > > On Wed, 13 Dec 2000, Vivek Khera wrote: > > > j> 3. Is there a way to precomplie perl to machine code to > > > > Don't think so, but there could be. > > There's a Perl to C translator but I don't tink you want to go there. It doesn't mak

Re: Help me beat Java.

2000-12-13 Thread G.W. Haywood
Hi Stas, On Wed, 13 Dec 2000, Stas Bekman wrote: > On Wed, 13 Dec 2000, G.W. Haywood wrote: > > There's a Perl to C translator but I don't tink you want to go there. > > It doesn't make the code run faster. It only helps if you want to hide the > source code (to make it harder to get to the sour