Re: [Zope] write file to FS (LocalFS?)

2005-10-21 Thread Chris Withers
Dieter Maurer wrote: Be careful with External Methods and locks: An External Method does not share the module namespace with the same External Methods in other workers. Thus, you should not use locks defined in the source file of the External Method (but outside in a true Python

Re: [Zope] write file to FS (LocalFS?)

2005-10-20 Thread Chris Withers
Rakotomandimby Mihamina wrote: On Wed, 2005-10-19 at 13:44 +0100, Chris Withers wrote: Rakotomandimby Mihamina wrote: I am on a unix-like operating system, Zope 2.8, CMF, CPS (SVN Trunk). I would like users to be abble to write some file on the filesystem. Why? I manage a group of users

Re: [Zope] write file to FS (LocalFS?)

2005-10-20 Thread Dieter Maurer
Chris Withers wrote at 2005-10-20 12:03 +0100: ... I would then have this modification done in a tightly controlled external method (from a security point of view) and make sure you use some big Locks (see python threading module's documentation) so multiple simultaneous requests don't cause

Re: [Zope] write file to FS (LocalFS?)

2005-10-19 Thread Chris Withers
Rakotomandimby Mihamina wrote: I am on a unix-like operating system, Zope 2.8, CMF, CPS (SVN Trunk). I would like users to be abble to write some file on the filesystem. Why? Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

Re: [Zope] write file to FS (LocalFS?)

2005-10-19 Thread Rakotomandimby Mihamina
On Wed, 2005-10-19 at 13:44 +0100, Chris Withers wrote: Rakotomandimby Mihamina wrote: I am on a unix-like operating system, Zope 2.8, CMF, CPS (SVN Trunk). I would like users to be abble to write some file on the filesystem. Why? I manage a group of users on a Unix system. They also have

Re: [Zope] write file to FS (LocalFS?)

2005-10-18 Thread Jonathan
These may help: http://www.zope.org/Members/jfarr/HowTo/DTML_with_LocalFS http://www.zope.org/Members/asterisk/ZFSPath/ hth Jonathan - Original Message - From: Rakotomandimby Mihamina [EMAIL PROTECTED] To: zope@zope.org Sent: Tuesday, October 18, 2005 2:00 PM Subject: [Zope]

Re: [Zope] write file to FS (LocalFS?)

2005-10-18 Thread Rakotomandimby Mihamina
http://www.zope.org/Members/asterisk/ZFSPath/ That one is OK for my use. Thank you! -- Administration Formation à l'administration de serveurs dédiés: http://www.google.fr/search?q=aspo+infogerance+serveur ___ Zope maillist - Zope@zope.org