J
John
Hi
I have some difficulties understanding some issues with multithreading:
*What is the meaning of: "implement a method to run each update call in
its own thread"
*If i have a component that does an AsynchronousCallBack that will pass
data to the client, which thread will process the data, the caller or
the client ?
*How can know which thread is doing that
*If i want to update a user interface it has to be done on the thread
that created the UI. ?
*If i have a threadpool that call a method on the client (via an
interface), who's thread is doing what ? And how can i do to have a
server thread that notify and a client thread that process so it's not
blocking...
Thanks to help with those issues or point me some interesting link
Thanks
John
I have some difficulties understanding some issues with multithreading:
*What is the meaning of: "implement a method to run each update call in
its own thread"
*If i have a component that does an AsynchronousCallBack that will pass
data to the client, which thread will process the data, the caller or
the client ?
*How can know which thread is doing that
*If i want to update a user interface it has to be done on the thread
that created the UI. ?
*If i have a threadpool that call a method on the client (via an
interface), who's thread is doing what ? And how can i do to have a
server thread that notify and a client thread that process so it's not
blocking...
Thanks to help with those issues or point me some interesting link
Thanks
John