[Twisted-Python] AMQP Twisted Application and authentication

2009-08-18 Thread Jonathan Stoppani
d too? Or is it better if I create a wrapper class around the AMQPClient which then authenticates when the connectionMade callback is called? Thanks for the help ~jonathan -- Best Regards, Jonathan Stoppani ___ Twisted-Python mailing list Twisted-Pyth

[Twisted-Python] PyObjC and Twisted command line script

2009-11-01 Thread Jonathan Stoppani
tLoop. Any insights on this? Thanks in advance, ~Jonathan -- Best Regards, Jonathan Stoppani ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] PyObjC and Twisted command line script

2009-11-01 Thread Jonathan Stoppani
Hi Ronald, thanks for the response. I already saw the examples on the pyobjc website, but they (two) are all using Cocoa to do some GUI related work. I don't have a gui and I use the console loop instead. I'm now trying to use the code attached to this ticket and it seems to work, but I have to t

Re: [Twisted-Python] PyObjC and Twisted command line script

2009-11-09 Thread Jonathan Stoppani
this produces: > >    Sun Nov  1 19:53:16 2009 Starting Event Loop >    Sun Nov  1 19:53:17 2009 Main starting >    Sun Nov  1 19:53:18 2009 I was called by the reactor >    Sun Nov  1 19:53:19 2009 Shutting down reactor >    Sun Nov  1 19:53:19 2009 Terminating > > -- David > > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Best Regards, Jonathan Stoppani ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] SNI callback with support for deferreds

2015-10-25 Thread Jonathan Stoppani
Hello, A couple of days ago I asked on Stack Overflow about returning a deferred from an SNI callback and have pyOpenSSL wait for it to fire before continuing handling the request. Thanks to some pointers by Gyph I've found a solution ("workaround") for my problem, involving a fake TLSMemoryBIOPr

Re: [Twisted-Python] SNI callback with support for deferreds

2015-10-26 Thread Jonathan Stoppani
On Mon, Oct 26, 2015 at 3:37 AM, Glyph Lefkowitz wrote: > > The implementation of this solution is available at > https://gist.github.com/GaretJax/124c523a62ba48c9eec1, and I'd like to > contribute it back to Twisted, however, it has no unit tests and needs some > design decisions/validation. > >

[Twisted-Python] PB and FilePager

2011-06-27 Thread Jonathan Stoppani
Hi there, I encountered a problem while dealing with file transfers using PB and t.s.u.FilePager. The sscce illustrates the problem: - server.py -- from twisted.spread import pb from twisted.internet import reactor ROOT = '/tmp/' class I

[Twisted-Python] Twisted source, changes and social analysis

2013-03-28 Thread Jonathan Stoppani
Hello everybody (with access to the Trac DB), I am currently doing my master thesis on the "analysis and management of change propagation in complex systems". I'm concentrating my efforts on software-based complex systems. As part of my analysis, I gather data from different domains, such as depe

Re: [Twisted-Python] Twisted source, changes and social analysis

2013-04-08 Thread Jonathan Stoppani
Hi Exarkun, Thanks for coming back with this. No problem if we exclude the spam filter tables. I don't need them. Concerning the svn tables, if they don't carry additional information linking revisions to other (trac-specific metadata), I don't need them either. I can understand your concerns r

Re: [Twisted-Python] Twisted source, changes and social analysis

2013-04-16 Thread Jonathan Stoppani
Gentle reminder. ;-) On Mon, Apr 8, 2013 at 2:13 PM, Jonathan Stoppani wrote: > Hi Exarkun, > > Thanks for coming back with this. > > No problem if we exclude the spam filter tables. I don't need them. > > Concerning the svn tables, if they don't carry additional

Re: [Twisted-Python] github, again

2013-06-03 Thread Jonathan Stoppani
Hi Glyph, That is great news. I already helped with Braid and would be interested in contributing some work in this area. Cheers, Jonathan On Jun 3, 2013, at 16:59, Glyph wrote: > Hi Twisted developers, > > This weekend I had a discussion with many Twisted developers, both local to > and vi