Re: [Twisted-Python] session management

2010-04-02 Thread Mark
Thanks. My confusion is just in the naming of things... On Thu, Apr 1, 2010 at 11:09 PM, wrote: > On 02:38 am, elihusma...@gmail.com wrote: >> >> On Wed, Mar 31, 2010 at 5:39 PM,   wrote: >>> >>> On 04:10 am, elihusma...@gmail.com wrote: On Tue, Mar 30, 2010 at 6:42 PM, Itamar Turn

Re: [Twisted-Python] session management

2010-04-01 Thread exarkun
On 02:38 am, elihusma...@gmail.com wrote: On Wed, Mar 31, 2010 at 5:39 PM, wrote: 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, no

Re: [Twisted-Python] session management

2010-04-01 Thread Mark
Thanks for the help, but how do I access the session? What would be the method call to put the data into a session for instance? On Wed, Mar 31, 2010 at 5:39 PM, wrote: > On 04:10 am, elihusma...@gmail.com wrote: >>On Tue, Mar 30, 2010 at 6:42 PM, Itamar Turner-Trauring >> wrote: Greetin

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] session management

2010-03-30 Thread Mark
I figured as much that twisted supported the notion of sessions. Are there any examples that show me how to access them and add/remove/update attributes in the session? On Tue, Mar 30, 2010 at 6:42 PM, Itamar Turner-Trauring wrote: >> Greetings, >> >> I am new to this list and twisted.  I have

Re: [Twisted-Python] session management

2010-03-30 Thread Itamar Turner-Trauring
> 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 support sessions for multiple clients. Right > now I am simply developing a telnet-like application to learn twisted

[Twisted-Python] session management

2010-03-30 Thread Mark
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 support sessions for multiple clients. Right now I am simply developing a telnet-like application to learn twisted but cannot