Click here to Skip to main content
15,898,770 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with strings greater then 32ks Pin
safee ullah17-Mar-04 3:20
safee ullah17-Mar-04 3:20 
GeneralRe: problem with strings greater then 32ks Pin
David Crow17-Mar-04 7:24
David Crow17-Mar-04 7:24 
GeneralRe: problem with strings greater then 32ks Pin
kalyan_reddy17-Mar-04 22:55
kalyan_reddy17-Mar-04 22:55 
GeneralStep by Step Simple Database Pin
MeterMan16-Mar-04 16:36
MeterMan16-Mar-04 16:36 
GeneralRe: Step by Step Simple Database Pin
Terry O'Nolley16-Mar-04 17:02
Terry O'Nolley16-Mar-04 17:02 
GeneralRe: Step by Step Simple Database Pin
Steve S16-Mar-04 23:01
Steve S16-Mar-04 23:01 
Generalmulti-threaded socket app Pin
Roman Nurik16-Mar-04 15:02
Roman Nurik16-Mar-04 15:02 
GeneralRe: multi-threaded socket app Pin
Aaron Schaefer17-Mar-04 9:41
Aaron Schaefer17-Mar-04 9:41 
Well, I don't think you can interrupt select. But, if you want to start a thread to respond to socket events on a set of sockets, you may consider calling WSAEventSelect instead. Associate an event handle with each socket, register for events you are interested in with WSAEventSelect for each socket, then to wait for the events, call WSAWaitFormultipleEvents. The thing about this is that the array of event handles can include other events besides socket events. So, maybe the 0th event handle could be an event that another thread could use to signal the thread that is waiting for the sockets to do something else, like shutdown, or whatever else.
Generaldbserverenum Pin
halblonious16-Mar-04 14:29
halblonious16-Mar-04 14:29 
GeneralRe: dbserverenum Pin
l a u r e n16-Mar-04 15:48
l a u r e n16-Mar-04 15:48 
GeneralRe: dbserverenum Pin
David Crow17-Mar-04 2:59
David Crow17-Mar-04 2:59 
GeneralRe: dbserverenum Pin
halblonious19-Mar-04 12:21
halblonious19-Mar-04 12:21 
GeneralRe: dbserverenum Pin
David Crow22-Mar-04 2:07
David Crow22-Mar-04 2:07 
GeneralRe: dbserverenum Pin
halblonious24-Mar-04 7:52
halblonious24-Mar-04 7:52 
GeneralRe: dbserverenum Pin
David Crow24-Mar-04 7:57
David Crow24-Mar-04 7:57 
GeneralRe: dbserverenum Pin
halblonious25-Mar-04 9:30
halblonious25-Mar-04 9:30 
GeneralModeless Dialog - Removing the Cancel X in Title Bar Pin
jerry1211a16-Mar-04 13:24
jerry1211a16-Mar-04 13:24 
GeneralRe: Modeless Dialog - Removing the Cancel X in Title Bar Pin
Navin16-Mar-04 14:38
Navin16-Mar-04 14:38 
GeneralRe: Modeless Dialog - Removing the Cancel X in Title Bar Pin
Prakash Nadar16-Mar-04 15:08
Prakash Nadar16-Mar-04 15:08 
GeneralRe: Modeless Dialog - Removing the Cancel X in Title Bar Pin
jerry1211a16-Mar-04 15:26
jerry1211a16-Mar-04 15:26 
GeneralRe: Modeless Dialog - Removing the Cancel X in Title Bar Pin
jerry1211a16-Mar-04 15:29
jerry1211a16-Mar-04 15:29 
GeneralAuto Tracing Tool Pin
autodebug16-Mar-04 12:19
autodebug16-Mar-04 12:19 
GeneralMaking data available to another application Pin
RuchikaDhingra16-Mar-04 11:50
RuchikaDhingra16-Mar-04 11:50 
GeneralRe: Making data available to another application Pin
Navin16-Mar-04 14:40
Navin16-Mar-04 14:40 
GeneralDLL Hook troubles Pin
User 665816-Mar-04 11:40
User 665816-Mar-04 11:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.