|
|
Rank: Member Groups: Member
Joined: 11/19/2009 Posts: 7 Points: 21 Location: France
|
Hello,
I would like to create many clients in my application, is it the good way to use the Network class to do it ? Is it a light class wich is able to be instanciate a lot of time ? ( and be still efficient ) Or should I use the classic way, with .NET sockets ?
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 2/15/2008 Posts: 130 Points: 835
|
You should use one common Network object to create many clients
|
|
Rank: Member Groups: Member
Joined: 11/19/2009 Posts: 7 Points: 21 Location: France
|
So, if I use ConnectAsync, this will not erase the old connexion, but create a new one. Very good, this library is really great.
Thanks a lot for help.
|
|
Rank: Administration Groups: Administration
Joined: 2/15/2008 Posts: 130 Points: 835
|
Yes, you are absolutely right
|
|
|
Guest |