المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Multi threading



C# Programming
05-18-2009, 01:54 PM
Hi,
How can we create dynamic threads?
eg:- i want to create n number of threads in each event. When a incomming message come, it assign to a thread, like wise many number of messages will recive. Each time a new thread is created.
Is it possible to do so?

Thankyou
YPKI