From: Don Gurr on 22 Jan 2010 15:51 Can anyone recommend a good thread pool class?
From: Giovanni Dicanio on 22 Jan 2010 17:13 "Don Gurr" <dongurr(a)REMOVEshaw.ca> ha scritto nel messaggio news:2do6n.2339$RS6.61(a)newsfe15.iad... > Can anyone recommend a good thread pool class? Have you tried CThreadPool from ATL (I believe it can be used in MFC code as well)? http://msdn.microsoft.com/en-us/library/9tz6fz1e(VS.80).aspx HTH, Giovanni
From: Don Gurr on 22 Jan 2010 19:03 Thanks, it appears to work. "Giovanni Dicanio" <giovanniDOTdicanio(a)REMOVEMEgmail.com> wrote in message news:Ose%23WA7mKHA.2544(a)TK2MSFTNGP04.phx.gbl... > "Don Gurr" <dongurr(a)REMOVEshaw.ca> ha scritto nel messaggio > news:2do6n.2339$RS6.61(a)newsfe15.iad... >> Can anyone recommend a good thread pool class? > > Have you tried CThreadPool from ATL (I believe it can be used in MFC code > as well)? > > http://msdn.microsoft.com/en-us/library/9tz6fz1e(VS.80).aspx > > HTH, > Giovanni > >
From: Giovanni Dicanio on 23 Jan 2010 05:50 "Don Gurr" <dongurr(a)REMOVEshaw.ca> ha scritto nel messaggio news:e1r6n.662$BV.607(a)newsfe07.iad... > Thanks, it appears to work. You are welcome. Giovanni
|
Pages: 1 Prev: Force a resize of CMFCStatusBar Next: MFC executable is 100% slower on faster machine |