Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Winsock Close Event
Message
 
 
To
28/07/2006 08:29:11
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01141039
Message ID:
01141045
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
Denis,

See if Re: Winsock is busy long time after disconnecting to remote Thread #843408 helps.

>I try to write little Client Server app to exchange messages over sockets..
>
>I write server app and Client App..
>
>If the server app accept connection, and then for example - client send "BYE" word and server must close session
>
>I wrote code for server
>
>		loSocket.SendData("Bye!" + Chr(13)+Chr(10))
>		loSocket.Close()
>		This.oWinSock_Server.RemoveObject(cSocketName)
>
>
>But... on client side.. CLOSE event fair.... and lock application.. I put ?"Event fair" to close event to winsock control - it looks like inside DO WHILE cycle..
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform