C Board  

Go Back   C Board > General Programming Boards > C Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 12-08-2002, 01:47 PM   #1
Registered User
 
Join Date: Dec 2002
Posts: 32
Non blocking listen() with winsock

I'm reading this book on socket programming and it said that using a non blocking listen() function was too complicated for the book. I'm trying to write a program that does other things while it is waiting for a user to connect and i figured the only way to do this is with a non blocking listen(). right?
manwhoonlyeats is offline   Reply With Quote
Old 12-08-2002, 07:00 PM   #2
End Of Line
 
Hammer's Avatar
 
Join Date: Apr 2002
Posts: 6,240
Blocking and select() are covered here or get the full pdf version.
__________________
When all else fails, read the instructions.
If you're posting code, use code tags: [code] /* insert code here */ [/code]
Hammer is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
(C++) Winsock connect and listen program. Need Help! azjherben Networking/Device Communication 2 04-05-2009 07:44 PM
Listen() Not Blocking Correctly pobri19 Networking/Device Communication 9 10-29-2008 04:37 AM
How to initialize a non blocking socket using only winsock library *DEAD* Networking/Device Communication 4 01-18-2008 07:03 AM
What exactly does listen() do from winsock 1.1 *DEAD* Networking/Device Communication 6 12-14-2007 06:48 PM
Winsock: Cutting A listen() Call Short SMurf Windows Programming 2 10-05-2006 12:02 PM


All times are GMT -6. The time now is 10:27 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22