Sure, check out some of my articles on this subject. As for
concurrent requests, just create the object in any given thread you
want to access the server on and call to your hearts content.
http://www.glacialcomponents.com/ArticleDetail.aspx?articleID=CAOGuide http://www.glacialcomponents.com/ArticleDetail.aspx?articleID=RemoteObject Allen Anderson
http://www.glacialcomponents.com mailto: allen@put my website url here.com
[quoted text, click to view] On Wed, 26 May 2004 20:26:36 +0100, "Tim Marsden" <TM@UK.COM> wrote:
>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
>
>
>