On Wed, Apr 18, 2007 at 01:09:18AM +0530, Ashok TM wrote: > I want to make ltp pan driver a multi threaded one. I am basically looking > at the -x option which allows to run x instances what i am trying to > acheive is to exploit the smp capabilities of the system by making it multi > threaded.
Using the -x option already takes advantage of multiple processors by allowing test programs to run in parallel. Pan is mostly waiting on processes to exit. > what all things i need to change from the original source code to make it > multi threaded. > Awaiting valuable feedback I'm sure there are many ways you could make pan multi-threaded. It's really up to you to decide which method you want to use. Once you know that I might be able to give you some pointers on the code. Nate ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
