Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Another Threading Question

Is it possible (or even wise) to create an array of threads?
L-
[72 byte] By [Hunterlmc] at [2007-11-11 7:39:59]
# 1 Re: Another Threading Question
Can't see why you couldn't. It's just an object. Whether it's wise I have no clue.
etoostr at 2007-11-11 21:48:42 >
# 2 Re: Another Threading Question
just be careful... I'd say it is not wise, but it depends on the application and what the threads are doing. For a computionally intense job, they'll slow the machine to a crawl.
Marco
mstraf at 2007-11-11 21:49:45 >