D
David
I want to write a server program in C# that will handle a pool of
requests from another process but not be directly called by the
process. The process will place a resulting message back into the
pool to be picked up by the calling process.
Is there a way to handle this in .net & c# beyond putting the
requests/response into some type of file, xml, or a database table?
Thanks
requests from another process but not be directly called by the
process. The process will place a resulting message back into the
pool to be picked up by the calling process.
Is there a way to handle this in .net & c# beyond putting the
requests/response into some type of file, xml, or a database table?
Thanks