cgi.FieldStorage() problem

Richard van de Stadt stadt at cs.utwente.nl
Tue Feb 6 07:25:46 EST 2001


Erno Kuusela wrote:
> 
> In article <3A7FC939.DAC10B75 at cs.utwente.nl>, Richard van de Stadt
> <stadt at cs.utwente.nl> writes:
> 
> | calling ulimit from within the script, which should, I think, do what you
> | suggest:
> 
> | ulimitCommand = "/usr/bin/ulimit -n 512"
> | os.system (ulimitCommand)
> 
> that can't work. it's like trying to run os.system('/usr/bin/cd /tmp')
> to change directory. do it in the shell you start httpd from, or use
> the resource module, or something.

I don't start the httpd. It is not in my control... I've asked the
sysadmins of the server it concerns (at Purdue Univ.) to have a look at
it.

Richard.



More information about the Python-list mailing list