Click here to Skip to main content
16,018,534 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeI wrote a JumpTigger(or you may call it webspider) for Windows Live Space~ Pin
Artex_xh23-Aug-06 13:45
Artex_xh23-Aug-06 13:45 
GeneralRe: I wrote a JumpTigger(or you may call it webspider) for Windows Live Space~ Pin
Rage23-Aug-06 21:19
professionalRage23-Aug-06 21:19 
QuestionIs it possible to send files through Telnet? Pin
Lord Kixdemp23-Aug-06 13:40
Lord Kixdemp23-Aug-06 13:40 
AnswerRe: Is it possible to send files through Telnet? Pin
Mike Dimmick23-Aug-06 13:55
Mike Dimmick23-Aug-06 13:55 
QuestionSemaphore count Pin
Julberto Danray23-Aug-06 10:56
Julberto Danray23-Aug-06 10:56 
AnswerRe: Semaphore count Pin
Michael Dunn23-Aug-06 12:13
sitebuilderMichael Dunn23-Aug-06 12:13 
AnswerRe: Semaphore count Pin
Julberto Danray23-Aug-06 14:10
Julberto Danray23-Aug-06 14:10 
AnswerRe: Semaphore count Pin
Joe Woodbury23-Aug-06 12:17
professionalJoe Woodbury23-Aug-06 12:17 
You are correct, the function you want does not exist.

In your case, it's not really needed. Knowing how many threads are active isn't that useful since, during shutdown, all that matters is that you safely terminate all the threads. This can be done in a myriad of ways.

Also, sounds to me like you may want to consider using I/O completion ports. They are a little tricky to understand, but here's one article:
http://www.sysinternals.com/Information/IoCompletionPorts.html[^]

Jeffrey Richter has a pretty good discussion on these in his books Programming Applications for Microsoft Windows http://www.amazon.com/gp/product/1572319968/sr=1-5/qid=1156371108/ref=sr_1_5/102-5249029-6251347?ie=UTF8&s=books[^]and Programming Server-Side Applications for Microsoft Windows 2000 http://www.amazon.com/gp/product/0735607532/sr=1-9/qid=1156371151/ref=sr_1_9/102-5249029-6251347?ie=UTF8&s=books[^]

(Both are excellent books.)

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

GeneralRe: Semaphore count Pin
Julberto Danray23-Aug-06 16:16
Julberto Danray23-Aug-06 16:16 
GeneralRe: Semaphore count Pin
Joe Woodbury23-Aug-06 16:45
professionalJoe Woodbury23-Aug-06 16:45 
AnswerRe: Semaphore count Pin
tyftyftyf22-Nov-09 16:03
tyftyftyf22-Nov-09 16:03 
QuestionDoes anybody recognise this... Pin
Waldermort23-Aug-06 10:36
Waldermort23-Aug-06 10:36 
AnswerRe: Does anybody recognise this... Pin
Rick York23-Aug-06 11:29
mveRick York23-Aug-06 11:29 
GeneralRe: Does anybody recognise this... Pin
Waldermort23-Aug-06 12:42
Waldermort23-Aug-06 12:42 
GeneralRe: Does anybody recognise this... Pin
Rage23-Aug-06 21:20
professionalRage23-Aug-06 21:20 
GeneralRe: Does anybody recognise this... Pin
Waldermort24-Aug-06 4:31
Waldermort24-Aug-06 4:31 
QuestionSetting edit box color Pin
Oliver12323-Aug-06 10:01
Oliver12323-Aug-06 10:01 
AnswerRe: Setting edit box color Pin
eusto23-Aug-06 10:13
eusto23-Aug-06 10:13 
AnswerRe: Setting edit box color Pin
David Crow23-Aug-06 10:29
David Crow23-Aug-06 10:29 
AnswerRe: Setting edit box color Pin
Hamid Taebi24-Aug-06 0:51
professionalHamid Taebi24-Aug-06 0:51 
QuestionHow can I get Windows installation date ? Pin
koloporanistka23-Aug-06 8:25
koloporanistka23-Aug-06 8:25 
AnswerRe: How can I get Windows installation date ? Pin
Jun Du23-Aug-06 8:40
Jun Du23-Aug-06 8:40 
GeneralRe: How can I get Windows installation date ? Pin
koloporanistka23-Aug-06 8:44
koloporanistka23-Aug-06 8:44 
AnswerRe: How can I get Windows installation date ? Pin
RicoH24-Aug-06 0:52
RicoH24-Aug-06 0:52 
GeneralRe: How can I get Windows installation date ? Pin
Jun Du24-Aug-06 14:17
Jun Du24-Aug-06 14:17 

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.