Re: [Twisted-Python] Mixing Python threads and Twisted code

2014-12-07 Thread Alexandre Quessy
ractically rewrite it) >> > > Profile it. Find the particular operations that are slow. Then you'll be > one step closer to knowing how to speed things up. > > Jean-Paul > > _______ > Twisted-Python mailing list > Twisted-

[Twisted-Python] Mixing Python threads and Twisted code

2014-12-06 Thread Alexandre Quessy
been very slow in production. Is it this mix of twisted and non-twisted threading that causes this brutal slowdown? If so, how can I easily speed it up without having to twistify the library I need to use? (and practically rewrite it) Thank you, -- Alexandre Quessy - 亚历山大 - ألكسندر

Re: [Twisted-Python] Ubuntu package of Twisted 11.0 for Lucid

2011-05-01 Thread Alexandre Quessy
Hello Twisted developers, 2011/4/29 Alexandre Quessy : > I just made a Ubuntu package of Twisted 11.0 or Ubuntu Lucid (10.04) > and put in on a PPA: > https://launchpad.net/~sat-metalab/+archive/metalab > Here are some more information about the packaging effort I have done. (I ne

[Twisted-Python] Ubuntu package of Twisted 11.0 for Lucid

2011-04-29 Thread Alexandre Quessy
-core Once enough people tested it, someone could copy it to the official Twisted PPA. And then, we can build it for Ubuntu Maverick as well. There is only one doubt I have, that should be sorted out quite soon. We will keep this mailing list updated. Best regards, -- Alexandre Quessy http

Re: [Twisted-Python] OSC protocol implementation

2010-05-06 Thread Alexandre Quessy
files, whereas it is in just one right now. Maybe it's ok to create a subpackage in the in twisted.prototocols, though, like the "gps" and "mice" subpackages. Thanks, Alex > > _______ > Twisted-Pyt

Re: [Twisted-Python] Getting a synchronous interface to a twisted reactor

2010-04-21 Thread Alexandre Quessy
d.blogspot.com/ >> >> ___ >> Twisted-Python mailing list >> Twisted-Python@twistedmatrix.com >> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >> > > >

Re: [Twisted-Python] Utilizing Twisted for transport w/ SUDS

2010-04-19 Thread Alexandre Quessy
r any help, guidance, feedback, criticism, > insults, or total solutions. > jathan. > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > -- Alexandre Quessy http://alexandre.quessy.net/ ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Question about processes in python

2010-04-12 Thread Alexandre Quessy
.com > twitter: @rlotun > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alexandre Quessy http://alexandre.quessy.net/

Re: [Twisted-Python] Network newbie

2010-04-08 Thread Alexandre Quessy
> Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > -- Alexandre Quessy http://alexandre.quessy.net/ ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Nothing Succeeds Like Success (Stories)

2010-03-23 Thread Alexandre Quessy
> ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alexandre Quessy http://alexandre.quessy.net/ ___ Twiste

Re: [Twisted-Python] My twisted application could not start after reboot be cause of "twistd.pid"

2010-03-16 Thread Alexandre Quessy
Hello, 2010/3/16 Glyph Lefkowitz : > On Mar 16, 2010, at 8:44 AM, Alexandre Quessy wrote: > >> Hello everyone, >> >> >> 2010/3/16  : >>> On 07:27 am, t...@commsecure.com.au wrote: >>>> >>>> It's possible to add refinements to t

Re: [Twisted-Python] My twisted application could not start after reboot be cause of "twistd.pid"

2010-03-16 Thread Alexandre Quessy
for comparison. >> >>that it's a process of the right kind, >>checking for stale .pid files with exclusive file locks), but all of >>them require more code to implement, reduce portability, and still have >>corner-cases that would require an admin to manually d

Re: [Twisted-Python] multiprocessing capability?

2010-02-25 Thread Alexandre Quessy
dding complexity to your application while substracting > compatibility with python versions  before 2.6 for no good reason, at > least none you mentioned so far. > > regards, > Johann > > _______ > Tw

Re: [Twisted-Python] multiprocessing capability?

2010-02-21 Thread Alexandre Quessy
.net/ampoule > -Drew > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > -- Alexandre Quessy http://alexandre.quessy.net/

Re: [Twisted-Python] Need help for structured application development

2010-02-16 Thread Alexandre Quessy
all feedback on how this should be done. Feel free to point to > examples of applications that are similar to what I sketched above, > and tell me to study the code :) > > Cheers, > Einar > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twis

Re: [Twisted-Python] reactor.run hangs

2010-02-14 Thread Alexandre Quessy
/listinfo/twisted-python > > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > -- Alexandre Quessy http://alexandre.quessy.net/ ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Sending jpeg data over TCP/IP

2010-02-14 Thread Alexandre Quessy
vow import static ... self.child_files = static.File(self.static_files_path) (see my media RSS server in http://bitbucket.org/aalex/toonfeed/src/tip/toonfeed/web.py ... which is not in a working state right now) How can I server static files like this, not using nevow? a 2010/2/14 Alexandre Quessy

Re: [Twisted-Python] Sending jpeg data over TCP/IP

2010-02-14 Thread Alexandre Quessy
the > files though. > > Thanks, > Garyc > > --- On Sat, 2/13/10, Maarten ter Huurne wrote: > >> From: Maarten ter Huurne >> Subject: Re: [Twisted-Python] Sending jpeg data over TCP/IP >> To: "Twisted general discussion" >> Date: Saturday,

Re: [Twisted-Python] Sending jpeg data over TCP/IP

2010-02-13 Thread Alexandre Quessy
h I am using could parse this data? > > Thanks, > Garyc > > > > > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- Alexandr

Re: [Twisted-Python] Using Twisted and GTK2

2010-02-04 Thread Alexandre Quessy
> Centre Tecnològic de Tranferència de Calor > http://www.cttc.upc.edu > > > Escola Tècnica Superior d'Enginyeries > Industrial i Aeronàutica de Terrassa > Colom 11, E-08222, Terrassa, Barcelona, Spain > Tel: (+34) 93 739 86 46 > > > -- > Aquest missatge h

[Twisted-Python] python-purity

2010-01-24 Thread Alexandre Quessy
al of Purity at http://wiki.dataflow.ws/Purity -- Alexandre Quessy http://alexandre.quessy.net/ ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Twisted users/developers in Montreal?

2009-09-10 Thread Alexandre Quessy
! -- Alexandre Quessy http://alexandre.quessy.net ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] deciding to use twisted or not

2009-09-06 Thread Alexandre Quessy
l >>> >>> >>> >>> ___ >>> Twisted-Python mailing list >>> Twisted-Python@twistedmatrix.com >>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >> >> >> ___