Y
Yechezkal Gutfreund
Is there any problems with running an aplication that might have several
outstanding
async tcp i/o applications (thus several threads running from the tread
pool) and
the same app having a GUI (Windows Forms) front end. I understand that
the run Applicaiton.Run(gui class) will spawn a thread (or maybe many) to
run the GUI i/o.
I have no idea if these are pool threads, or what if any negative
interaction
they may do to the worker tcp threads.
The working tcp threads will not be doing major computations. And anyway,
the priority is not to the GUI, but to the worker threads (they should run
at a higher priority if possible). (and if so, how does one do this with the
async thread pool mechanism).
--
==================================
Yechezkal Gutfreund
Chief Scientist
Kesser Technical Group, Inc.
==================================
outstanding
async tcp i/o applications (thus several threads running from the tread
pool) and
the same app having a GUI (Windows Forms) front end. I understand that
the run Applicaiton.Run(gui class) will spawn a thread (or maybe many) to
run the GUI i/o.
I have no idea if these are pool threads, or what if any negative
interaction
they may do to the worker tcp threads.
The working tcp threads will not be doing major computations. And anyway,
the priority is not to the GUI, but to the worker threads (they should run
at a higher priority if possible). (and if so, how does one do this with the
async thread pool mechanism).
--
==================================
Yechezkal Gutfreund
Chief Scientist
Kesser Technical Group, Inc.
==================================