[Twisted-Python] Re: Passing extra arguments to twistd?

Cory Dodt corydodt+hello at gmail.com
Tue Jan 30 11:50:30 EST 2007


Twistd plugins are available in the current release of Twisted, 2.5.

cory ~/wc/Twisted% python bin/twistd web
2007/01/30 09:50 -0700 [-] Log opened.
2007/01/30 09:50 -0700 [-] twistd 2.5.0+r19371 (c:\python24\python.exe 2.4.4)
starting up
2007/01/30 09:50 -0700 [-] reactor class: <class '
twisted.internet.selectreactor.SelectReactor'>
2007/01/30 09:50 -0700 [-] twisted.web.server.Site starting on 8080
2007/01/30 09:50 -0700 [-] Starting factory
<twisted.web.server.Siteinstance at 0x00F4A3F0>

C


On 1/30/07, gary jefferson <garyjefferson123 at gmail.com> wrote:
>
> On 1/29/07, Christopher Armstrong <radix at twistedmatrix.com> wrote:
> > See the following:
> >
> >  http://twistedmatrix.com/projects/core/documentation/howto/tap.html
> >
> > And *maybe* the following
> >
> >  http://twistedmatrix.com/trac/ticket/1490
>
>
> Very cool, I like the idea of the run plugin.  Until that's ready, I
> think I'll settle on the next easiest thing, which is just using ENV
> variables to "pass in" args to each twistd process (which is easily
> scripted).
>
> Gary
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20070130/1fda0da9/attachment.htm 


More information about the Twisted-Python mailing list