Socket question

Tim Roberts timr at probo.com
Sun Dec 6 02:18:37 EST 2009


perlsyntax <fasteliteprogrammer at gmail.com> wrote:
>
>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?

You can certainly connect to two (or any number) servers at the same time,
but you have to create two sockets to do it.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list