I had a similar problem, and Radix's threadless Twisted snippet proved to be a very viable solutionHave a look at: http://twistedmatrix.com/trac/browser/sandbox/radix/threadless.py?rev=17407
On 6/26/06, Andrew Francis <[EMAIL PROTECTED]> wrote:
Hello Jas, Bob, et al:> Twisted isn't designed for Sta
Hi guys.Yes, this is very much a neophyte question, but I was pondering;modules = ['stackless', 'sys', 'slsocket as socket', 'random, time', 'traceback',
'string', 'util']for module in modules: print "Loading %s..." % module exec 'i
*bump* :)On 5/24/06, Patrick M. Nielsen <[EMAIL PROTECTED]> wrote:
Oh, and, apologies for the "inpythonic" nature of this issue.On 5/24/06, Patrick M. Nielsen
<[EMAIL PROTECTED]
> wrote:Hey guys.I have begun playing with the Simple MUD server example from the St
Oh, and, apologies for the "inpythonic" nature of this issue.On 5/24/06, Patrick M. Nielsen <[EMAIL PROTECTED]
> wrote:Hey guys.I have begun playing with the Simple MUD server example from the Stackless website
( http://www.stackless.com/Members/rmtew/code/mud.py )
and it
Hey guys.I have begun playing with the Simple MUD server example from the Stackless website( http://www.stackless.com/Members/rmtew/code/mud.py )
and it's all good so far, however, I've come to notice something that I remember from backin the days (some old mud code), but I don't remember what I di