[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Socket problem under Windows

groowey

2/18/2006 1:10:00 PM

After reinstalling my windows i noticed all the programs using
sockets(even local 127.0.0.1 simple server-client programs) stopped
working. I have granted all firewall access rights, but nothing. In
FreeRIDE, the process terminates immediately after i start it but the
cmd window stays blank.
After some tracking, i noticed that the program locks up when i read
from the socket, not when i create and connect.All my programs work
well under linux.
Can anyone give me any help regarding this issue.