tags:

views:

16

answers:

0

I am trying to port my application from a 32 bit Windows 2008 Server to 64 bit Windows 2008 Server. My application does a lot of TCP/IP socket operations - connecting and communicating with a lot of processes. Intially few of the connections succeed but afterthat all the connect() calls return the 10055 error (No Buffer space available).

Does this require some change in the TCP/IP configuraiton parameters?

Thanks, Sunil