On 11/14/05, James Bunton <[EMAIL PROTECTED]> wrote: > What do you think would be the correct behaviour in this case? > > It's not a good idea to just drop these error responses. Return them to > the MSN user with "This message was not delivered" prefaced? seconded
-- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Nov 14 09:53:47 2005 From: [EMAIL PROTECTED] (James Bunton) Date: Mon Nov 14 09:54:03 2005 Subject: [py-transports] PyMSNt 0.10.2 released In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> 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 >>>> [email protected] >>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >>>> >>> >>> >>> _______________________________________________ >>> py-transports mailing list >>> [email protected] >>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >>> >> >> _______________________________________________ >> py-transports mailing list >> [email protected] >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >> > > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >
