On Wed, Jan 23, 2008 at 09:14:55PM +0100, bubblboy wrote: > > mobil wrote: > > Is this method scalable? > > > > On Jan 22, 7:32 am, "Aaron Swartz" <[EMAIL PROTECTED]> wrote: > >> It depends on the MTA. With qmail it's very easy, just set up a .qmail > >> file with: > >> > >> |/path/to/python pythonscript.py > > And, are multiple calls made in parallel when multiple mails arrive? I > personally do not exactly care but it's something worth considering if > you are planning on writing to plain files.
Program defensively -- assume that they are not serialized. (I don't believe that they are, but if you're asking the question, you're already in trouble. :)) -- David Terrell [EMAIL PROTECTED] ((meatspace)) http://meat.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
