Not that it's the most efficient thing in the world, but you could always do: -l /dev/null
Daniel On Nov 14, 2005, at 9:15 AM, Gonzalo Barrio wrote: > If you remove the -l in the twistd line, you got the debug info in > a file named twisted.log. I didn't find anything in the twistd help. > > Thanks > Gonzalo Barrio Linares > > > James Bunton wrote: > >> If you don't want any debug info you can just remove the -l from >> the twistd line. >> >> Thanks for the info on epoll >> >> --- >> >> James >> >> >> >> On 09/11/2005, at 1:13 AM, Gonzalo Barrio wrote: >> >>> This es the patch for twisted to make it work with epoll. First >>> you have to install the epoll reactor and then: >>> >>> --- application/app.py.orig 2005-11-08 11:11:03.269111888 -0300 >>> +++ application/app.py 2005-11-08 10:59:16.502556736 -0300 >>> @@ -24,6 +24,7 @@ >>> 'kqueue': 'twisted.internet.kqreactor', >>> 'iocp': 'twisted.internet.iocpreactor', >>> 'cfreactor': 'twisted.internet.cfreactor', >>> + 'epoll': 'twisted.internet.epollreactor', >>> } >>> >>> def installReactor(reactor): >>> >>> This is what I was missing. >>> >>> Thanks, its nice with twistd but what if I like to not debug any >>> info, so my app works better? >>> >>> James Bunton wrote: >>> >>>> You can use epoll by passing the -r option to twistd. >>>> Have a look at the docs, there's a short section on running the >>>> transport with twistd, and it shows example options. The example >>>> shows how to run with the poll reactor. >>>> >>>> --- >>>> >>>> James >>>> >>>> >>>> >>>> On 08/11/2005, at 1:18 AM, Gonzalo Barrio wrote: >>>> >>>>> James, what happened with the epoll reactor config section >>>>> inside the config-example.xml ? I can't find anything of epoll >>>>> inside the sources. >>>>> >>>>> Thanks, >>>>> Gonzalo Barrio Linares. >>>>> >>>>> >>>>> James Bunton wrote: >>>>> >>>>>> Hi all. >>>>>> >>>>>> PyMSNt 0.10.2 has been released. This release just has a few >>>>>> critical fixes, and is recommended for all users of 0.10.x >>>>>> http://msn-transport.jabberstudio.org >>>>>> Please remember to read through the documentation on that >>>>>> page. As always, feedback on the program and docs are welcome. >>>>>> >>>>>> Also of note is that the transport now uses SVN. The >>>>>> repository is available for anonymous public access at svn:// >>>>>> delx.cjb.net/pymsnt >>>>>> >>>>>> In svn://delx.cjb.net/pymsnt/branches/0_11_x is some >>>>>> preliminary file transfer code. It works for receiving files. >>>>>> I'll be polishing this up so that it works with more clients, >>>>>> and so that you can send as well. >>>>>> >>>>>> If you want to track the progress of file transfer, its >>>>>> probably a good idea to join py-transports. Also, you're best >>>>>> off not checking out trunk :) >>>>>> >>>>>> Enjoy! >>>>>> >>>>>> --- >>>>>> >>>>>> James >>>>>> >>>>>> _______________________________________________ >>>>>> py-transports mailing list >>>>>> py-transports@blathersource.org >>>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> py-transports mailing list >>>>> py-transports@blathersource.org >>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >>>>> >>>> >>>> _______________________________________________ >>>> py-transports mailing list >>>> py-transports@blathersource.org >>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >>>> >>> >>> >>> _______________________________________________ >>> py-transports mailing list >>> py-transports@blathersource.org >>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >>> >> >> _______________________________________________ >> py-transports mailing list >> py-transports@blathersource.org >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >> > > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >