Re: few newbie quesitons..

2007-05-06 Thread Perrin Harkins
On 5/7/07, James. L <[EMAIL PROTECTED]> wrote: the files i need to parse are usually in size of 2M - 10M. will the mod_perl server(2G Mem) use up the memory pretty quick after few hundred requests on different files? You're misunderstanding a little bit. It's not that the memory used in parsin

Re: few newbie quesitons..

2007-05-06 Thread James. L
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > On 5/6/07, James. L <[EMAIL PROTECTED]> wrote: > > my question is > > once the app produce the html, does the memory > > allocated by the parsed data get released to perl? > > that memory will be reused by other mod_perl app? > > No, Perl doesn't w

Re: few newbie quesitons..

2007-05-06 Thread Perrin Harkins
On 5/6/07, James. L <[EMAIL PROTECTED]> wrote: my question is once the app produce the html, does the memory allocated by the parsed data get released to perl? that memory will be reused by other mod_perl app? No, Perl doesn't work that way. It will keep that memory allocated for that variable

few newbie quesitons..

2007-05-06 Thread James. L
hello, few beginner questions on using mod_perl. 1. memory usage. i have an app that reads/parses a file line by line then passes the data to TT for html output. each http request may request different files. my question is once the app produce the html, does the memory allocated by the parsed

Perl and ASP.Net

2007-05-06 Thread Praveen Ray
Thanks everyone for their inputs. I still think we can learn a few things from .Net design - not everything Microsoft produces is junk :) That said, has anyone on this list ever tried PerlNet (http://aspn.activestate.com/ASPN/docs/PerlDevKit) from ActiveState? Good/Bad ? Fine Prints? - Prav