Python Sockets Question

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Tue Oct 26 19:47:48 EDT 2004


Maboroshi wrote:
> Hey thanks man Ya I was using TCP at first, to be honest this project 
> has changed so many times I will have to look further into those modules
> 
> Cheers
> 
> Andrew

If you don't really care about the low-level network programming,
you could also consider using Pyro (http://pyro.sourceforge.net).
It includes a high level event server that makes it very easy
to create multi-client chat applications. There's an example included.

--Irmen



More information about the Python-list mailing list