Package glass :: Package servertype :: Module Standard :: Class Standard
[show private | hide private]
[frames | no frames]

Class Standard


This servertype is for normal sockets and normal threads.


Method Summary
  create_socket(self)
Create a new socket.
  create_thread(self, f, *args, **kargs)
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.


Generated by Epydoc 2.1 on Mon Jan 1 16:36:34 2007 http://epydoc.sf.net