Socket question

cassiope fpm at u.washington.edu
Thu Dec 3 11:05:32 EST 2009


On Dec 3, 7:45 am, perlsyntax <fasteliteprogram... at gmail.com> wrote:
> On 12/03/2009 09:28 AM, exar... at twistedmatrix.com wrote:> On 02:52 pm, fasteliteprogram... at gmail.com wrote:
> >> Is there away in python i can connect to a server in socket to two
> >> servers at the same time or can't it be done?
>
> > I'm not sure what you're asking.  Can you clarify?
>
> > Jean-Paul
>
> I just want to know could it be done makeing my own socket tool that
> connect to two server at the same time.And what link do i need to look at?

Should be pretty straightforward in a multithreadded application, at
least
in a Unix variant - can't say for sure about windows, but probably
there too.
Have you checked out the 'socket' module?

Interesting name...




More information about the Python-list mailing list