Re: How do I can upload serveral files at same tim - WeOnlyDo Discussion board

Re: How do I can upload serveral files at same tim (General questions)

by wodDamir, Tuesday, August 25, 2009, 13:05 (5568 days ago) @ yinpengxiang

Hi,

When using blocking mode, you shouldn't use events, and vice versa. Also, when using threading, you should keep in mind that you should use apartment threading model (component and events declared and used in same thread).

I would suggest that you create your own class, and implement component there. Then call that class in multiple threads.

Can you try that?

regards,
Damba


Complete thread: