Home | Trees | Index | Help |
|
---|
Package glass :: Package servertype :: Module Standard :: Class Standard |
|
This servertype is for normal sockets and normal threads.
Method Summary | |
---|---|
Create a new socket. | |
Call f(*args, **kargs) in a new thread. |
Method Details |
---|
create_socket(self)Create a new socket. Note, if this method created SSL sockets, after defining the method, I would also do: create_socket.is_secure = True |
create_thread(self, f, *args, **kargs)Call f(*args, **kargs) in a new thread. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:36:34 2007 | http://epydoc.sf.net |