|
-
Apr 11th, 2001, 07:57 AM
#1
Thread Starter
New Member
When building an application with com+ is it possible to have two com+ installations on different servers and if so how can you commuinate components between the two different installations.Also are there are drawbacks to doing this , any help would be very helpful.
-
Apr 11th, 2001, 08:07 AM
#2
Fanatic Member
what exactly are you trying to achieve worzel?
If you want two servers with different components on each then that is possible, if you want to get into the realm of web server farms then you may need to implement a hardware solution such as a router that takes care of all your object calls transparently...
The drawbacks of inter-server component communication: The network speed and reliability is always your weakest link RPC calls are notorious for failing (thats not to say that DCOM isn't stable)....
There are many ways to skin this cat.......
Crispin
VB6 ENT SP5
VB.NET
W2K ADV SVR SP3
WWW.BLOCKSOFT.CO.UK
[Microsoft Basic: 1976-2001, RIP]
-
Apr 11th, 2001, 08:16 AM
#3
Thread Starter
New Member
what i was looking into is scalibilty. So if for example you have got 5000 users I want to balance the load over several machines.
-
Apr 11th, 2001, 09:20 AM
#4
Fanatic Member
ok, I get what you mean, Ted Pattison discusses this in his book:
Programming Distributed Applications with COM+ and Visual Basic 6.0
If you need that sort of info it's good....
Crispin
VB6 ENT SP5
VB.NET
W2K ADV SVR SP3
WWW.BLOCKSOFT.CO.UK
[Microsoft Basic: 1976-2001, RIP]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|