Re: [Twisted-Python] Coverage summary with trial

2012-04-14 Thread Johan Rydberg
coverage.py is great but we also use this: https://github.com/jrydberg/txcovreport Sent from my iPhone On 14 apr 2012, at 06:22, Duncan McGreggor wrote: > On Fri, Apr 13, 2012 at 3:19 PM, Itamar Turner-Trauring > wrote: >>> Hi all, >>> >>> I would like to collect coverage statistic for my tw

Re: [Twisted-Python] Which mocker tool for trial ?

2012-02-21 Thread Johan Rydberg
We're using python-mockito and it works pretty good. I've also hacked it a bit so that it works with zope interfaces. See this post, which also contains a link to the bitbucket project: http://jrydberg.me/post/10519590583/strict-mocking-with-zope-interfaces On Feb 20, 2012, at 6:04 PM, Nicolas

Re: [Twisted-Python] Proposed new homepage

2011-10-10 Thread Johan Rydberg
Nice effort. I also believe that getting down to the details (the code) will get a lot more people interested. One question: "Scalable web applications"? What makes them scalable? Either drop the word, or explain. -- Johan Rydberg Product Designer Edgeware AB Mäster Samuelsg

Re: [Twisted-Python] Client/Server to stream text logfiles?

2011-09-27 Thread Johan Rydberg
eived on the other side after a loss of the connection. That's why people have developed things like http://www.librelp.com/relp.html and Scribe. I guess it all depends on your requirements. I would also like to point out that Twisted would be a perfect match for writing such a thing. -- Jo

Re: [Twisted-Python] SURVEY: Have you submitted a patch to Twisted and it never got in?

2011-07-06 Thread Johan Rydberg
or creating an unmaintainable mess. I agree. -- Johan Rydberg Product Designer Edgeware AB Mäster Samuelsgatan 56 SE-111 21 Stockholm, Sweden ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] SURVEY: Have you submitted a patch to Twisted and it never got in?

2011-07-04 Thread Johan Rydberg
sn't do it this or that way. -- Johan Rydberg Product Designer Edgeware AB Mäster Samuelsgatan 56 SE-111 21 Stockholm, Sweden ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-01 Thread Johan Rydberg
+1 for github. The user experience of bitbucket and LP is secondary compared to github. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted Plugins - Implementation Discussion

2011-04-07 Thread Johan Rydberg
On 4/7/11 8:24 AM, David wrote: > Having had experience with JSON for configuration: it is a terrible > format for configuration, if only because it does not support comments. > > The syntax is also a bit too strict: enough to be annoying in something > you want to edit all the time and easily in m

Re: [Twisted-Python] Asynchronous context in Twisted

2011-04-07 Thread Johan Rydberg
Something like this would be awesome to have in Twisted. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Multiple Sources for Logging

2010-08-17 Thread Johan Rydberg
On 8/17/10 6:24 AM, disappearedng wrote: > Dear Everyone, > > I am running WSGI inside my twisted server. I am currently using > startLogging, but I am interested in separating the two sources of > logs into different destinations, i.e. different log files. Take a > look at my log: To the best o

Re: [Twisted-Python] untwisting twistd

2009-06-24 Thread Johan Rydberg
On Jun 22, 2009, at 10:30 PM, Jared Gisin wrote: [...] I must say I agree with everything you're saying. Another thing I'm missing is that there's no way to specify _when_ to daemonize the application. Plus I would love if startService could return a deferred, just like stopService does.