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 the kernel in
 some cases I think; on Linux you can zap a variable in proc.  On
 solariswho knows wry grin.

  Any advice on the other front?  If I can reduce the number of files
  Zope needs to process this request, I'd grumpily agree to do that,
  is Zope opening a file for every input name=x.name:records?
  Will using input name=x_names:list help?

 I don't see why zope should need so many file descriptors.  But
 you may have to start tracing code frown.

As I mentioned yesterday, this is a _bug_ in cgi.py which is fixable by 
getting the patch from:

http://sourceforge.net/tracker/?group_id=5470atid=105470func=detailaid=231249


Richard

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



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 and usage with Zope 2.4.1 and
 higher?

   python cgi hotfix:
 http://sourceforge.net/tracker/?group_id=5470atid=105470func=detailaid=4
43120

   zope hotfix:
 http://www.zope.org/Products/Zope/Hotfix_2001-07-25/README.txt

 My understanding is that the zope hotfix is not required for version
 2.4.1 and higher.

Zope 2.4.1 includes the hotfix. The hotfix does not fix the too many open 
files problem. I don't believe there's any compatibility problems (we're 
using both OK here).


Richard

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )