Twisted docs [was: Re: A python server]

Jp Calderone exarkun at intarweb.us
Tue Apr 15 14:10:56 EDT 2003


On Tue, Apr 15, 2003 at 10:11:18AM -0700, dansan wrote:
> [snip]
> 
> That is what I would like.  If twisted would allow me to concentrate
> on the game-logic, and tournament logic, that would be great... but I
> have no clue where to start.

  I'm not sure what you've looked at yet, but these might be of use:

    http://twistedmatrix.com/documents/howto/servers
    http://twistedmatrix.com/documents/howto/clients
    
  or taking the Perspective-Broker approach:

    http://twistedmatrix.com/documents/howto/pb-usage

  For either one, looking at

    http://twistedmatrix.com/documents/howto/async
    http://twistedmatrix.com/documents/howto/reactor-basics

  first is probably a good idea.  Of course, the Howtos are arranged in what
we think is the most reasonable order to read them, and I've just pulled
these five out of the main list, so if something doesn't make sense, going
back and reading some of the earlier ones will probably help.  Specific
questions are always welcome on the Twisted mailing list, so if you get
stumped, by all means - ask.

  Looking at examples is often helpful, too.  So you might want to check out
the doc/examples/ directory in the source tarball or in CVS.

  Jp

-- 
http://catandgirl.com/view.cgi?90
-- 
 up 26 days, 15:02, 4 users, load average: 0.29, 0.10, 0.02





More information about the Python-list mailing list