Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerPassing the member function pointer to the AfxBeginThread and its problems. Pin
WindowsPistha23-Aug-08 3:01
WindowsPistha23-Aug-08 3:01 
GeneralRe: Passing the member function pointer to the AfxBeginThread and its problems. Pin
David Crow23-Aug-08 4:18
David Crow23-Aug-08 4:18 
GeneralRe: Passing the member function pointer to the AfxBeginThread and its problems. Pin
WindowsPistha24-Aug-08 19:11
WindowsPistha24-Aug-08 19:11 
GeneralRe: Passing the member function pointer to the AfxBeginThread and its problems. Pin
David Crow25-Aug-08 4:14
David Crow25-Aug-08 4:14 
GeneralRe: Passing the member function pointer to the AfxBeginThread and its problems. Pin
WindowsPistha26-Aug-08 4:22
WindowsPistha26-Aug-08 4:22 
QuestionDifference between 2 threads & 64 threads in VC++ Pin
lakshmiyv1723-Aug-08 2:14
lakshmiyv1723-Aug-08 2:14 
AnswerRe: Difference between 2 threads & 64 threads in VC++ [modified] Pin
SandipG 23-Aug-08 4:55
SandipG 23-Aug-08 4:55 
AnswerRe: Difference between 2 threads & 64 threads in VC++ Pin
bob1697223-Aug-08 8:22
bob1697223-Aug-08 8:22 
If you are using that many threads you may want to reconsider your design. This is one of the many reasons you don't see too many Netware servers around anymore. It was common to see millions of threads during primitive indexing tasks while you waited (sometimes hours) for the nightly index clean ups to finish up on Netware Servers. It was a terrible philosophy to create a thread for every little chore or socket.

If you do a search for IO Completion Ports or IOCP here on code project, you'll find some good information on why you want to limit the thread count to be more in line with the number of processing units the machine has to offer.

I hope that helps.
QuestionDebugging a Win32 dll loaded by LoadLibrary Pin
Klempie23-Aug-08 1:35
Klempie23-Aug-08 1:35 
AnswerRe: Debugging a Win32 dll loaded by LoadLibrary [modified] Pin
SandipG 23-Aug-08 4:52
SandipG 23-Aug-08 4:52 
GeneralRe: Debugging a Win32 dll loaded by LoadLibrary Pin
Klempie24-Aug-08 6:07
Klempie24-Aug-08 6:07 
AnswerRe: Debugging a Win32 dll loaded by LoadLibrary Pin
Hamid_RT23-Aug-08 6:50
Hamid_RT23-Aug-08 6:50 
QuestionHow to get a url if IP address is known Pin
Dhiraj kumar Saini23-Aug-08 1:04
Dhiraj kumar Saini23-Aug-08 1:04 
AnswerRe: How to get a url if IP address is known Pin
Perspx23-Aug-08 1:31
Perspx23-Aug-08 1:31 
AnswerRe: How to get a url if IP address is known Pin
enhzflep23-Aug-08 1:33
enhzflep23-Aug-08 1:33 
Question[Message Deleted] Pin
Dhiraj kumar Saini23-Aug-08 0:01
Dhiraj kumar Saini23-Aug-08 0:01 
QuestionRe: dictionary problem Pin
enhzflep23-Aug-08 1:36
enhzflep23-Aug-08 1:36 
QuestionRemove unexpexted out put Pin
vcprog22-Aug-08 23:58
vcprog22-Aug-08 23:58 
AnswerRe: Remove unexpexted out put Pin
Ștefan-Mihai MOGA23-Aug-08 0:13
professionalȘtefan-Mihai MOGA23-Aug-08 0:13 
GeneralRe: Remove unexpexted out put Pin
vcprog23-Aug-08 0:32
vcprog23-Aug-08 0:32 
GeneralRe: Remove unexpexted out put Pin
Ștefan-Mihai MOGA23-Aug-08 0:54
professionalȘtefan-Mihai MOGA23-Aug-08 0:54 
GeneralRe: Remove unexpexted out put Pin
vcprog23-Aug-08 1:07
vcprog23-Aug-08 1:07 
GeneralRe: Remove unexpexted out put Pin
David Crow23-Aug-08 4:03
David Crow23-Aug-08 4:03 
AnswerRe: Remove unexpexted out put Pin
David Crow23-Aug-08 4:04
David Crow23-Aug-08 4:04 
GeneralRe: Remove unexpexted out put Pin
NewVC++24-Aug-08 18:42
NewVC++24-Aug-08 18:42 

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.