Re: [Twisted-Python] Twisted in a multicore environment

2012-07-12 Thread Corbin Simpson
On Thu, Jul 12, 2012 at 08:10:45AM +0200, Vincent Bernat wrote: > Is there something similar to Ampoule but allowing to spawn processes > across different servers? Something that would provide > "deferToRemoteAMPProcess". AFAIK, not exactly. You can pretty easily craft this yourself, though. The

Re: [Twisted-Python] txWS !!

2012-07-01 Thread Corbin Simpson
On Sat, Jun 30, 2012 at 09:36:08PM +0200, vinod kumar wrote: > Hi, > > Thanks a lot for your reply. The trouble is that the events I have are > triggered by a homematic CCU. The CCU does it by multicall which has not > yet been implemented in twisted servers. So, I'm running a non-twisted > xmlrp

Re: [Twisted-Python] Writing onto txWS

2012-06-29 Thread Corbin Simpson
On Fri, Jun 29, 2012 at 04:52:06PM +0200, vinod kumar wrote: > Hi All, > >I have run and edited the example provided for txWS. The writing part > from server to client browser is shown only as self.transport.write() > inside dataReceived function in websockets.py. how do I write on to the > so

Re: [Twisted-Python] AMP WebSockets bridging

2012-06-18 Thread Corbin Simpson
On Mon, Jun 18, 2012 at 04:33:17PM -0500, Laurens Van Houtven wrote: > How do you process that data on the client side given the poor support of > ArrayBuffer and Blob? Good question! I haven't really read through that part of noVNC. I try to stay blissfully ignorant of the details. You could read

Re: [Twisted-Python] AMP WebSockets bridging

2012-06-18 Thread Corbin Simpson
On Fri, Jun 15, 2012 at 12:32:37PM -0700, Glyph wrote: > On Jun 15, 2012, at 10:13 AM, Laurens Van Houtven wrote: > > The issue is that while AMP is inherently a binary protocol, WebSockets > > transfer text (well, that's a lie: there's a binary version, but it's even > > less widely supported th

Re: [Twisted-Python] ampoule & cx_Freeze

2012-03-08 Thread Corbin Simpson
trix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- When the facts change, I change my mind. What do you do, sir? ~ Keynes Corbin Simpson ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Use epoll reactor in pypy

2012-02-17 Thread Corbin Simpson
ernet/epollreactor.py", > line 20, in >    from twisted.python import log, _epoll > ImportError: cannot import name '_epoll' >>>>> > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/list

Re: [Twisted-Python] pushing out same message on 100k TCPs

2012-02-10 Thread Corbin Simpson
some copying around and user to kernel space transitions .. > > \Tobias > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python &g

Re: [Twisted-Python] Twisted in the Google Summer of Code?

2012-02-08 Thread Corbin Simpson
ing > mentors for a student over the summer? I've mentored for a couple organizations in past years, and would not mind mentoring for Twisted. ~ C. -- When the facts change, I change my mind. What do you do, sir? ~ Keynes Corbin Simpson ___

Re: [Twisted-Python] txjsonrpc.web2 ?

2012-01-13 Thread Corbin Simpson
here are tickets for a successor to IResource. ~ C. -- When the facts change, I change my mind. What do you do, sir? ~ Keynes Corbin Simpson ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] [ANNOUNCE] txWS 0.7

2011-12-28 Thread Corbin Simpson
definitely a real-world bit of usage. I'll see about getting some complete server examples all lined up for people to use. As always, feedback is welcome. ~ C. Oregon State University Open Source Lab -- When the facts change, I change my mind. What do you do, sir? ~ Keynes Corbin Si

Re: [Twisted-Python] Telnet negotiation with Twisted

2011-12-01 Thread Corbin Simpson
facts change, I change my mind. What do you do, sir? ~ Keynes Corbin Simpson ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Does anyone use ampoule in production?

2011-11-21 Thread Corbin Simpson
ate the problem was changing Twisted's subprocess management to allocate massive (64KiB) buffers for the subprocess pipes instead of zeroing them out. I have no idea what the correct answer is. ~ C. -- When the facts change, I change my mind. What do you do, sir?

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-14 Thread Corbin Simpson
On Mon, Nov 14, 2011 at 10:44 AM, Corbin Simpson wrote: > On Mon, Nov 14, 2011 at 10:33 AM, Glyph wrote: >> On Nov 14, 2011, at 6:55 AM, Tim Allen wrote: >> >> It's very well to say "make git mirror, push to Github, get new >> contributors", but I thin

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-14 Thread Corbin Simpson
ibutors become prolific enough, they can apply for account access, which lets them host repos on fd.o through the magic of userdirs. Code is meritocratic and community-based; when in doubt, a committer can ask for code review. It varies from project to project; fd.o is a *big*

[Twisted-Python] [ANN] txWS 0.6.2

2011-11-07 Thread Corbin Simpson
eynes Corbin Simpson ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] adbapi / Postgres : LISTEN/NOTIFY and RealDictCursor

2011-11-03 Thread Corbin Simpson
I should point out that git-svn isn't happy about Twisted's repo, so the git mirror is non-trivial to maintain. Last time I tried, I got quite a few curious errors. Sending from a mobile, pardon my terseness. ~ C. On Nov 3, 2011 12:56 PM, "Tobias Oberstein" wrote: > > > btw: are there plans to g

Re: [Twisted-Python] Global reactor unit tests in the Twisted test suite

2011-11-01 Thread Corbin Simpson
es through in order to advertise itself globally. Those are my reasons. They're not superb reasons from a getting-shit-done point of view, but from a reducing-cyclopean-horrors point of view, I think they're worth considering. ~ C. -- When the facts change, I change my mind. What do yo

Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Corbin Simpson
fuzzer against txWS, and things appear to be working. Thanks for a useful tool! -- When the facts change, I change my mind. What do you do, sir? ~ Keynes Corbin Simpson ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Corbin Simpson
l, and something like AMP could be the serializer, I guess. I'm not super-picky. I just wanted to know how flexible the whole thing is. ~ C. -- When the facts change, I change my mind. What do you do, sir? ~ Keynes Corbin Simpson ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Autobahn WebSockets 0.4.3

2011-10-31 Thread Corbin Simpson
27;t appear to be any instances of unittest's classes in the tree. Also, is it possible to run the Autobahn pub-sub and RPC stuff over a different transport than WebSockets, like plain TCP? ~ C. -- When the facts change, I change my mind. What do you do, sir? ~ Keynes Corbin Simpson