Results 1 to 4 of 4

Thread: Get Winsock client ready 2 send

Threaded View

  1. #1

    Thread Starter
    Fanatic Member MikkyThomeon's Avatar
    Join Date
    Oct 2002
    Location
    At work...
    Posts
    648

    Get Winsock client ready 2 send

    I have seen so many posts of people using timers to check status of the winsock control when the winsock status is say sckClosing; other people try and send data when the winsock control is not ready.

    Asynchronous programming requires a different mindset in that data to be sent must be stored in a buffer until such time as the winsock control is ready to send the data. The WinsockSender class attached is a simple solution to this.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width