RTC Forums

Subscription => Support => Topic started by: zsleo on July 15, 2011, 08:05:47 AM



Title: Intraweb
Post by: zsleo on July 15, 2011, 08:05:47 AM
Always pushing the envelope. That's me.

On the basis that you are aware of the Intraweb development environment, I have an existing Intraweb suite of applications that is deployed in a distributed wide area network. The individual apps run running on many computers in different networks. All applications in the suite run as windows services.

I want to extend the functionality by imbedding RTC so that all Intraweb apps can talk to each other RTC.

Is this possible?

Is it practical?

Has anyone combined RTC/Intraweb into one application?

TIA

Zane



Title: Re: Intraweb
Post by: D.Tkalcec (RTC) on July 15, 2011, 09:10:33 AM
I don't know if you will be able to compile IntraWeb and RTC code into a single EXE, but I can think of three ways to get IntraWeb (or any other Web App) working with RTC and make it apear as if it was a single Application:

1) You could place a RTC Router or Load Balancer between your Servers (IntraWeb and RTC) and your Clients, which would be routing all requests depending on the URI being requested.

2) You could compile your IntraWeb code into an ISAPI DLL and have it running from a RTC Server (see RTC WebServer Demo).

3) You could compile your RTC code into an ISAPI DLL and have it running together with the IntraWeb ISAPI DLL on a 3rd-party WebServer.

Best Regards,
Danijel Tkalcec


Title: Re: Intraweb
Post by: zsleo on July 15, 2011, 10:12:58 PM
Thanks for the suggestions.

Option 1 is suitable for me.

Regards

Zane