[Twisted-Python] A tcp server that handles many connections
![](https://secure.gravatar.com/avatar/54c00374c0281589d6b41e052637f09f.jpg?s=120&d=mm&r=g)
Hi, I'm looking for a solution to make a server that handle many tcp connections and where I can send different information to each one. I read that twisted is maybe a good way to do this. Can you confirm that it's a better way to learn twisted than to try with Socket Server ? And if maybe you have a sample to help me to understand the basic thing... thks Thanks a lot for your help, Thomas
![](https://secure.gravatar.com/avatar/3031feea0675eef4fd1f24b286e089ba.jpg?s=120&d=mm&r=g)
On Fri, 19 May 2006 19:38:52 +1000, Deillon Thomas-WTD008 <WTD008@motorola.com> wrote:
Hi, I'm looking for a solution to make a server that handle many tcp connections and where I can send different information to each one. I read that twisted is maybe a good way to do this.
Twisted could very well be the best choice, but then there aren't too many details to judge from here.
Can you confirm that it's a better way to learn twisted than to try with Socket Server ?
It's almost surely better, yes.
And if maybe you have a sample to help me to understand the basic thing... thks Thanks a lot for your help, Thomas
There are quite a few Developer Guides and code examples in the official documentation. Let use know if you have trouble finding the right ones. -Eric
participants (2)
-
Deillon Thomas-WTD008
-
Eric Mangold