post and get on windows

I have written some code that works fine on *nix but messes up on
windows. Ive been debugging this problem and ive written some debug code
to isolate the problem. So heres a scenario.

I can do a get from any website say yahoo a repeated number of times and
things are fine.Then I do a post and I go back to doing the repeated
number of gets on yahoo again. It will work the first time then fail on
every attempt after that giving me:

   Fatal Error: connect operation failed(WinSock reported error=10093)

I know it has to be something in my post call since I can run the get
repeatedly until I make the post call. Has anyone seen this before on
Windows or does anyone have any idea on how to solve this?

Thanks
Paco

Received on Friday, 25 April 2003 16:20:36 UTC