| View previous topic :: View next topic |
| Author |
Message |
eboogyman Guest
|
Posted: Sun Sep 14, 2003 1:28 pm Post subject: 10055 No buffer space available |
|
|
Anyone know what this error is caused by and how to resolve it?
thanks
|
|
| Back to top |
|
 |
Francois PIETTE Guest
|
Posted: Sun Sep 14, 2003 3:56 pm Post subject: Re: 10055 No buffer space available |
|
|
| Quote: | Anyone know what this error is caused by and how to resolve it?
|
Too much simultaneous connections for your hardware configuration or the OS
you use. Maybe you simply forgot to close some connections. Use command line
netstat to list the connections.
--
Contribute to the SSL Effort. Visit
http://overbyte.delphicenter.com/eng/ssl.html
--
[email]francois.piette (AT) overbyte (DOT) be[/email]
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
|
|
| Back to top |
|
 |
Maynard Philbrook Guest
|
Posted: Sun Sep 14, 2003 5:18 pm Post subject: Re: 10055 No buffer space available |
|
|
Sending too much data on out going sockets that you are not waiting for
to be
verified before sending more..
eboogyman wrote:
| Quote: | Anyone know what this error is caused by and how to resolve it?
thanks
|
--
To See what real programmers do in their spare time visit
http://jamie12.home.mindspring.com
home of PC bit software ..
Please send comments about my work .
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Sun Sep 14, 2003 8:58 pm Post subject: Re: 10055 No buffer space available |
|
|
"eboogyman" <nospam (AT) eboogyman (DOT) com> wrote
| Quote: | Anyone know what this error is caused by and how to resolve it?
|
According to the WinSock documentation:
WSAENOBUFS
(10055)
No buffer space available.
An operation on a socket could not be performed because the system
lacked sufficient buffer space or because a queue was full.
Gambit
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com)[/url].
Version: 6.0.515 / Virus Database: 313 - Release Date: 9/1/03
|
|
| Back to top |
|
 |
|