Re: [Twisted-Python] Deferred documentation.

2011-03-28 Thread Jasper St. Pierre
I'm really tired... the 'demo server' program is at http://p.mecheye.net/deferred-server.py/0 I coded it up in like 10 minutes. Definition of quality right there, yo. Hopefully no more noise tonight. On Mon, Mar 28, 2011 at 9:14 PM, Jasper St. Pierre wrote: > I'm tired. Link dump: > > > http:/

Re: [Twisted-Python] Deferred documentation.

2011-03-28 Thread Jasper St. Pierre
I'm tired. Link dump: http://magcius.mecheye.net/twisted/DeferHowTo-Fixup.html http://magcius.mecheye.net/twisted/DeferHowTo-Fixup.lore oldies are at http://magcius.mecheye.net/twisted/DeferHowTo-Fixup-v1.html http://magcius.mecheye.net/twisted/DeferHowTo-Fixup-v1.lore comments, etc. __

Re: [Twisted-Python] prerelease preview predocumentation

2011-03-28 Thread Kevin Horn
On Mon, Mar 28, 2011 at 10:14 AM, George Pauly wrote: > > On Sun, Mar 27, 2011 at 8:57 PM, Glyph Lefkowitz > wrote: > > > > On Mar 23, 2011, at 9:34 PM, Glyph Lefkowitz wrote: > > > > > > > > > > > Anyone have comm

Re: [Twisted-Python] running several services from a single app

2011-03-28 Thread Michael Thompson
On 28 March 2011 16:29, Aljoša Mohorović wrote: > is it possible to run several services from a single app? yes see http://twistedmatrix.com/documents/current/core/howto/application.html and http://twistedmatrix.com/documents/current/api/twisted.application.service.MultiService.html Regards,

Re: [Twisted-Python] running several services from a single app

2011-03-28 Thread Allen Short
On Mon, Mar 28, 2011 at 8:29 AM, Aljoša Mohorović < aljosa.mohoro...@gmail.com> wrote: > is it possible to run several services from a single app? > i currently have a few services/apps and would like to put them all > into a single app so i can use cx_freeze to create a single exe file > for wind

[Twisted-Python] EuroPython Call for Presentations

2011-03-28 Thread Valentino Volonghi
Introduction We're looking for proposals on every aspects of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your organisation. **First-time speakers are especially welcome**; EuroP

Re: [Twisted-Python] prerelease preview predocumentation

2011-03-28 Thread Jasper St. Pierre
Seems to be the Trac version of jQuery overwriting the one that docutils has custom stuff in. On Mon, Mar 28, 2011 at 9:35 AM, Kevin Horn wrote: > > > On Sun, Mar 27, 2011 at 9:19 PM, Glyph Lefkowitz > wrote: > >> On Mar 27, 2011, at 10:09 PM, Tim Allen wrote: >> >> I'm not sure if it's not fin

[Twisted-Python] running several services from a single app

2011-03-28 Thread Aljoša Mohorović
is it possible to run several services from a single app? i currently have a few services/apps and would like to put them all into a single app so i can use cx_freeze to create a single exe file for windows to allow easy testing. Aljosa maybe something like this: -

Re: [Twisted-Python] prerelease preview predocumentation

2011-03-28 Thread George Pauly
On Sun, Mar 27, 2011 at 8:57 PM, Glyph Lefkowitz wrote: > > On Mar 23, 2011, at 9:34 PM, Glyph Lefkowitz wrote: > > > > > > Anyone have comments about this? With all the recent

Re: [Twisted-Python] Failure is O(state) vs Exception

2011-03-28 Thread John Arbash Meinel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/28/2011 05:02 PM, Christopher Armstrong wrote: > On Mon, Mar 28, 2011 at 9:44 AM, John Arbash Meinel > mailto:j...@arbash-meinel.com>> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm doing some performance testing

Re: [Twisted-Python] Failure is O(state) vs Exception

2011-03-28 Thread Christopher Armstrong
On Mon, Mar 28, 2011 at 9:44 AM, John Arbash Meinel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm doing some performance testing of one of our Twisted applications. > And what I came across was a surprising amount of time being spent in > twisted.python.failure.Failure.__getstat

[Twisted-Python] Failure is O(state) vs Exception

2011-03-28 Thread John Arbash Meinel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm doing some performance testing of one of our Twisted applications. And what I came across was a surprising amount of time being spent in twisted.python.failure.Failure.__getstate__ We're doing a fair amount with exceptions. And under cProfile, I f

Re: [Twisted-Python] prerelease preview predocumentation

2011-03-28 Thread Christopher Armstrong
On Sun, Mar 27, 2011 at 8:57 PM, Glyph Lefkowitz wrote: > > On Mar 23, 2011, at 9:34 PM, Glyph Lefkowitz wrote: > > > > > Anyone have comments about this? With all the recent excitement about the > docs, I thought there would be a much mo

Re: [Twisted-Python] prerelease preview predocumentation

2011-03-28 Thread Kevin Horn
On Sun, Mar 27, 2011 at 9:19 PM, Glyph Lefkowitz wrote: > On Mar 27, 2011, at 10:09 PM, Tim Allen wrote: > > I'm not sure if it's not finished yet, or I did something stupid, but > I tried to test out the search system by picking a word I figured would > be common in Twisted code ("addCallbacks"),

Re: [Twisted-Python] prerelease preview predocumentation

2011-03-28 Thread Tom Davis
On Sun, Mar 27, 2011 at 9:57 PM, Glyph Lefkowitz wrote: > > On Mar 23, 2011, at 9:34 PM, Glyph Lefkowitz wrote: > > > > > Anyone have comments about this? With all the recent excitement about the > docs, I thought there would be a much mo

Re: [Twisted-Python] Deferred documentation.

2011-03-28 Thread Jasper St. Pierre
OK, I'm already making a lot of these changes, I should have a new version Up Soon (TM). > Placeholders. > > Placeholders for what, though? > Placeholders for that magic lib, that I think I'm going to stop looking for and say, "demonstration purposes only" How do they use it? Why is it relevant