T
Tim Marsden
I am new to distributed application programming. Could anybody give me
advice on how to accomplish the following? I am writing in VB.NET. I would
like to keep away from web services and IIS if possible. Perhaps using some
form of remoting.
I would like to develop an application which sits on a "server". (or a Pc
which sits in the corner)
This application would take requests from a "client" application; the client
app will sit on numerous PCs.
The server app would then process the request and pass the result back to
the client app.
The process taking place on the server could be lengthy, so I would like to
be able to run multiple requests at once (different threads). I would like
to set a maximum number of concurrent processes, the other requests would
queue up on a first come first served basis, waiting for a free thread.
I would like a graphical representation of which requests are being
processed and which are in the queue.
Please respond with any thoughts. Every response is appreciated.
Regards
Tim Marsden
advice on how to accomplish the following? I am writing in VB.NET. I would
like to keep away from web services and IIS if possible. Perhaps using some
form of remoting.
I would like to develop an application which sits on a "server". (or a Pc
which sits in the corner)
This application would take requests from a "client" application; the client
app will sit on numerous PCs.
The server app would then process the request and pass the result back to
the client app.
The process taking place on the server could be lengthy, so I would like to
be able to run multiple requests at once (different threads). I would like
to set a maximum number of concurrent processes, the other requests would
queue up on a first come first served basis, waiting for a free thread.
I would like a graphical representation of which requests are being
processed and which are in the queue.
Please respond with any thoughts. Every response is appreciated.
Regards
Tim Marsden