Re: [Zope-dev] file descriptors on Solaris - IT'S A BUG, PEOPLE!

2001-10-03 Thread Richard Jones
[cc'ed to zope-dev so people can check this information] On Thursday 04 October 2001 13:47, Joseph Wayne Norton wrote: > One related question that I have regarding cgi.py and zope. > > Would there be any compatibility problem of applying the following > older cgi hotfix to python's cgi.py file an

Re: [Zope-dev] file descriptors on Solaris - IT'S A BUG, PEOPLE!

2001-10-03 Thread Richard Jones
On Wednesday 03 October 2001 22:00, R. David Murray wrote: > On Tue, 2 Oct 2001, John Ziniti wrote: > > Yeah ... something tells me it's a little more complicated than that. > > Like recompiling the kernel, quite possibly. On FreeBSD there's > a sysctl, although you may still have to recompile th

Re: [Zope-dev] file descriptors on Solaris

2001-10-03 Thread R. David Murray
On Tue, 2 Oct 2001, John Ziniti wrote: > Yeah ... something tells me it's a little more complicated than that. Like recompiling the kernel, quite possibly. On FreeBSD there's a sysctl, although you may still have to recompile the kernel in some cases I think; on Linux you can zap a variable in p

Re: [Zope-dev] file descriptors on Solaris [SUMMARY]

2001-10-02 Thread Richard Jones
On Wednesday 03 October 2001 04:50, John Ziniti wrote: > DIAGNOSIS: > It appears that this only happens when the form is specified with > "enctype=multipart/form-data". In that case, Zope (or, more accurately, > the cgi module), tries to create temporary file for each form , > no matter what type

Re: [Zope-dev] file descriptors on Solaris [SUMMARY]

2001-10-02 Thread Andreas Jung
- Original Message - From: "John Ziniti" <[EMAIL PROTECTED]> To: "Andreas Jung" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 15:57 Subject: Re: [Zope-dev] file descriptors on Solaris [SUMMARY] > > > > > &

Re: [Zope-dev] file descriptors on Solaris [SUMMARY]

2001-10-02 Thread John Ziniti
> > > >This is nonsense. Solaris allows of course to use more than 256 FDs. >I don't know how they are stored inside the kernel but I have been using >Solaris in projects where we used 1024 FDs and more. Zope does not >increase the number of allowed FDs (resource module) but inherits >the settin

Re: [Zope-dev] file descriptors on Solaris [SUMMARY]

2001-10-02 Thread Andreas Jung
- Original Message - From: "John Ziniti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 14:50 Subject: Re: [Zope-dev] file descriptors on Solaris [SUMMARY] > > PROGNOSIS: > The problem (on Solaris) is not very easy to fix

Re: [Zope-dev] file descriptors on Solaris [SUMMARY]

2001-10-02 Thread John Ziniti
I'd just like to summarize for the list some additional findings, questions and clarifications. DIAGNOSIS: It appears that this only happens when the form is specified with "enctype=multipart/form-data". In that case, Zope (or, more accurately, the cgi module), tries to create temporary file f

Re: [Zope-dev] file descriptors on Solaris

2001-10-02 Thread John Ziniti
Jung wrote: >- Original Message - >From: "John Ziniti" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, October 02, 2001 12:01 >Subject: Re: [Zope-dev] file descriptors on Solaris > > >>:( I was hoping against hope that this wouldn

Re: [Zope-dev] file descriptors on Solaris

2001-10-02 Thread Andreas Jung
- Original Message - From: "John Ziniti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 12:01 Subject: Re: [Zope-dev] file descriptors on Solaris > :( I was hoping against hope that this wouldn't be the answer ... &g

Re: [Zope-dev] file descriptors on Solaris

2001-10-02 Thread John Ziniti
nal Message - >From: "John Ziniti" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, October 02, 2001 11:46 >Subject: [Zope-dev] file descriptors on Solaris > > >>I am running into a problem where Zope is trying to open too many >>

Re: [Zope-dev] file descriptors on Solaris

2001-10-02 Thread Andreas Jung
quot;John Ziniti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 11:46 Subject: [Zope-dev] file descriptors on Solaris > I am running into a problem where Zope is trying to open too many > file descriptors (256) in order to process a POST. >

[Zope-dev] file descriptors on Solaris

2001-10-02 Thread John Ziniti
I am running into a problem where Zope is trying to open too many file descriptors (256) in order to process a POST. I'm not sure how to phrase this question, but my reading has suggested that this limit may be set by the FILE struct in /usr/incldue/stdio.h. Does anyone know if this is used in P