Hi all! I'm quite new to pylons, so please bear with me if the question is not in the correct terms. :-) I've written an application with pylons, and I can run it as a standalone web-server with the paster command. Bus as I need to access this application very very rarely (let's say once in a month or two), I don't want to have a service running all the time; instead, I would like it to be loaded by the inetd daemon. How should a paster config file look like, in order to achieve this? Basically, the service should use stdin and stdout as its input/output streams, instead of opening tcp ports. I googled for pylons+inetd, but couldn't find anything useful. Any hints?
Ciao, Alberto -- http://www.mardy.it --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
