J
Jörg Krause
Hi,
I've a webservice app, which is called from the internet.
Internally I have a application which holds a stateful connection
to a database. The webservice should use the (one and only)
connection the other app has established to the DB server.
How can these two apps (webservice and connector) communicate
together? I think remoting is possible but both apps run on the
same machine. I think Enterprise Services is good, but i don't
need the huge rest of the enterprise stuff.
Are there any other ways two .NET apps can establish a simple,
reliable and fast channel, where one app is permantly running
(like a service) and the other is started/stopped on request
(like ASP.NET pages)?
Joerg
I've a webservice app, which is called from the internet.
Internally I have a application which holds a stateful connection
to a database. The webservice should use the (one and only)
connection the other app has established to the DB server.
How can these two apps (webservice and connector) communicate
together? I think remoting is possible but both apps run on the
same machine. I think Enterprise Services is good, but i don't
need the huge rest of the enterprise stuff.
Are there any other ways two .NET apps can establish a simple,
reliable and fast channel, where one app is permantly running
(like a service) and the other is started/stopped on request
(like ASP.NET pages)?
Joerg