[Zope-dev] REQUEST.args

2003-02-24 Thread Brian Brinegar
Hi, I'm using some of Casey Duncans code that I got off of zopelabs.com in a product that I created. The code allows you to call any object generically. The code is listed below this message. The problem I have is if my object is called from a DTML Method like dtml-var object the args

Re: [Zope-dev] REQUEST.args

2003-02-24 Thread Brian Brinegar
, -Brian Brian Brinegar wrote: Hi, I'm using some of Casey Duncans code that I got off of zopelabs.com in a product that I created. The code allows you to call any object generically. The code is listed below this message. The problem I have is if my object is called from a DTML Method like dtml-var

[Zope-dev] WebDAV File Descriptor Leak

2003-05-27 Thread Brian Brinegar
Hello, We've run into a problem where we get messages like this in our Zope logs: 2003-05-23T18:56:08 PROBLEM(100) ZServer Server accept() threw an exception we occasionally get a lot of these and then restart Zope on the ZEO Client and everything is okay. After a little more investigation we

Re: [Zope-dev] WebDAV File Descriptor Leak

2003-05-27 Thread Brian Brinegar
with 2.6.2? -aj --On Dienstag, 27. Mai 2003 11:07 Uhr -0500 Brian Brinegar [EMAIL PROTECTED] wrote: Hello, We've run into a problem where we get messages like this in our Zope logs: 2003-05-23T18:56:08 PROBLEM(100) ZServer Server accept() threw an exception we occasionally get a lot

Re: [Zope-dev] WebDAV File Descriptor Leak

2003-05-27 Thread Brian Brinegar
to move to 2.6.2 I will work on a way of monitoring this on or production server. Thank you, Brian Brinegar ECN Web Systems Developer Purdue University Andreas Jung wrote: --On Dienstag, 27. Mai 2003 11:26 Uhr -0500 Brian Brinegar [EMAIL PROTECTED] wrote: Don't have a 2.6.2 setup right now

Re: [Zope-dev] WebDAV File Descriptor Leak

2003-05-30 Thread Brian Brinegar
It seems to occur when WebDAV clients initially connect, not during file transfer. I was able to produce the problem with Cadaver as well as several other WebDAV clients. -Brian Andreas Jung wrote: I checked the corresponding code and the temporary files should be closed automatically when

[Zope-dev] Untrusted developers

2003-07-17 Thread Brian Brinegar
that would ever make it into a zope release if I was to work on a patch? Thank you, Brian Brinegar Engineering Computer Network Purdue University ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts

[Zope-dev] Re: Untrusted developers

2003-07-17 Thread Brian Brinegar
Just being able to kill processes when their requests have been terminated would improve the situation dramatically. It would also allow termination policies to be implemented in the front-end server (Apache). This would not be as nice as the suggestion you made, but we could whip up a simple

[Zope-dev] Object Type Assocation And Death To index_html

2003-07-18 Thread Brian Brinegar
Hello All, There is a proposal in the Zope 2.6 plan called Object Type Assocation and Death To index_html the status listed is incomplete. Is this still on the table for future versions of Zope? If part of the proposal was implemented what parts?

[Zope-dev] UndoSearch Timeout

2003-08-14 Thread Brian Brinegar
? Thanks, Brian Brinegar Engineering Computer Network (ECN) Purdue University ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

[Zope-dev] Parameter referencing bug in Python Scripts?

2004-03-22 Thread Brian Brinegar
the script. I have some security concerns since I can change the default parameters for other users on the server. Or so it seems. Suggestions? Brian Brinegar Engineering Computer Network Purdue University ___ Zope-Dev maillist - [EMAIL PROTECTED] http