[Boost][Signals]Can a threadpool implementation be done using signals??

I had a look into boost Signals and I just want to know whether a threadpool implementation can be done using signals(as they are thread safe).? However will this be efficient in terms of performance when I do the threadpool implementation using a thread safe queue(guarded by mutexes) where in tasks are queued into the queue and worker threads in the threadpool pick out tasks and execute them.. Regards, Sankar

I had a look into boost Signals and I just want to know whether a threadpool implementation can be done using signals(as they are thread safe).? Regards,Sankar
Pay attentionsthat Boost.Signals library is NOT thread safe (IIUC). The thread safe version of it is not accepted yet, but you can find it in the SVN: http://www.comedi.org/projects/thread_safe_signals/libs/thread_safe_signals/... _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
participants (2)
-
Igor R.
-
sankar lingam