Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: (dws)Re: A story of a Perl Monk and Problem

by lindex (Friar)
on May 20, 2001 at 03:12 UTC ( [id://81778]=note: print w/replies, xml ) Need Help??


in reply to (dws)Re: A story of a Perl Monk and Problem
in thread A story of a Perl Monk and Problem

Good Question, ++
Well on the perticular machine in question, I am developing this tool as a mod_perl application, so any memory used by perl is shared with apache
Thus if perl has an array in memory that is about 2.3mb then so does apache, this is not acceptable for me.
As well as the machine does web serving and other file processing, so good CPU and MEM stats are a must.


Brought to you by that crazy but lovable guy... lindex
  • Comment on Re: (dws)Re: A story of a Perl Monk and Problem

Replies are listed 'Best First'.
Re: Re: (dws)Re: A story of a Perl Monk and Problem
by dws (Chancellor) on May 20, 2001 at 03:20 UTC
    Thus if perl has an array in memory that is about 2.3mb then so does apache, this is not acceptable for me.

    Is mod_perl mandatory, or can you do this particular task with a CGI?

      Yup its about as manitory as it gets.
      Iam writing the file manager on top of an allready existing mod_perl application, on a web server that doesn't do anything else but server mod_perl handlers.

      Brought to you by that crazy but lovable guy... lindex

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://81778]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-19 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found