|
-
Sep 23rd, 2001, 02:43 PM
#1
Thread Starter
PowerPoster
Winsock mutilple connections
I am using some code to allow multiple users to logon to my server, but after I connect about 20 times, it says no buffer space or somthing like that, and I have to restart the server for more clients to connect. Does anyone know what it means when there is no more buffer space? I haven't tried it with more than 3 people connected at once, but it only happens when I log out and back in and out and in and out (etc... ) with the same name.
Thanks
-Joey
-
Sep 23rd, 2001, 04:59 PM
#2
Fanatic Member
Questions...
Are you dynamically loading the Winsock objects at runtime to accept connections on? If so, do you unload them when someone disconnects?
Digital-X-Treme
Contact me on MSN Messenger: [email protected]
[VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
/ (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]
-
Sep 23rd, 2001, 06:22 PM
#3
Thread Starter
PowerPoster
Thanks! I forgot all about that. I had it in my original code, but when I started working on the client project, I accidently saved the form over the old one, so I had to rebuild the server from memory, and I forgot that part of the code. Now it's working like a charm!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|