Re: [Twisted-Python] AmpList: length limitations

2010-03-31 Thread Vlad Shevchenko
Why does not serialize each AmpBox separately? On Thu, Apr 1, 2010 at 12:45 AM, wrote: > On 03:54 pm, vlad.shevche...@gmail.com wrote: > >Hi all! > > > >Stuck with AmpList again :( Im trying to send/retrieve data much > >larger > >then 64K and choose AmpList cause it "Convert a list of dicti

Re: [Twisted-Python] Noob alert - Looking for a framework for creating a long polling service

2010-03-31 Thread Donal McMullan
There's some simple sample code here: http://zenmachine.wordpress.com/2009/09/19/twisted-and-comet-comet-in-60-seconds/ The formatting's off, but otherwise it's a succinct demo of the kind of functionality you may be looking for. Cheers D On 1 April 2010 09:58, sstein...@gmail.com wrote: > >

Re: [Twisted-Python] AmpList: length limitations

2010-03-31 Thread exarkun
On 03:54 pm, vlad.shevche...@gmail.com wrote: >Hi all! > >Stuck with AmpList again :( Im trying to send/retrieve data much >larger >then 64K and choose AmpList cause it "Convert a list of dictionaries >into a >list of AMP boxes". > >My original data looks like a long list of dicts [ {1}, {2},

Re: [Twisted-Python] session management

2010-03-31 Thread Mark Bailey
I found the following example answered my question: http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions#HowdoImakeinputononeconnectionresultinoutputonanother Good luck. Mark On Mar 31, 2010 12:11 AM, "Mark" wrote: I figured as much that twisted supported the notion of sessions. Are t

Re: [Twisted-Python] session management

2010-03-31 Thread exarkun
On 04:10 am, elihusma...@gmail.com wrote: >On Tue, Mar 30, 2010 at 6:42 PM, Itamar Turner-Trauring > wrote: >>>Greetings, >>> >>>I am new to this list and twisted. I have worked with some systems >>>similar to twisted, notably Apache MINA. I am trying to find out how >>>to set up my server to sup

Re: [Twisted-Python] Noob alert - Looking for a framework for creating a long polling service

2010-03-31 Thread sstein...@gmail.com
On Mar 31, 2010, at 4:26 PM, Reza Lotun wrote: > Hi, > >> I am looking for a framework for doing a long polling service where : >> >> clients would connect to a soecific 'channel' and wait for a response >> >> Where a client admin would push a response only to clients connected to the >> same

Re: [Twisted-Python] Noob alert - Looking for a framework for creating a long polling service

2010-03-31 Thread Reza Lotun
Hi, > I am looking for a framework for doing a long polling service where : > > clients would connect to a soecific 'channel' and wait for a response > > Where a client admin would push a response only to clients connected to the > same channel There is a project built on top of Twisted that does

[Twisted-Python] Noob alert - Looking for a framework for creating a long polling service

2010-03-31 Thread Cedric Dugas
Hi guys, I am a front-end developer, starting with django with some php in the belt. I am looking for a framework for doing a long polling service where : clients would connect to a soecific 'channel' and wait for a response Where a client admin would push a response only to clients connected t

[Twisted-Python] AmpList: length limitations

2010-03-31 Thread Vlad Shevchenko
Hi all! Stuck with AmpList again :( Im trying to send/retrieve data much larger then 64K and choose AmpList cause it "Convert a list of dictionaries into a list of AMP boxes". My original data looks like a long list of dicts [ {1}, {2}, ..., {x} ]. I convert it to [ {'data': 'json encoded

Re: [Twisted-Python] Anyone working on a Twisted txRiak?

2010-03-31 Thread Ray Cote
I guess coding starts this morning! Yes, we'll make sure it ends up on the wiki. --Ray - Original Message - From: "Glyph Lefkowitz" To: "Ray Cote" , "Twisted general discussion" Sent: Wednesday, March 31, 2010 12:01:24 AM GMT -05:00 US/Canada Eastern Subject: Re: [Twisted-Python] Any