Opened 16 years ago
Closed 16 years ago
#669 closed defect (fixed)
WebLayout Load Balancing Fails because of API call sequence
Reported by: | trevorwekel | Owned by: | trevorwekel |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Web API | Version: | 2.0.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: | 1093729 |
Description
A call to mgSiteConnection calls an open against the first load balanced server. A subsequent call to mgSite also calls an open with increments the IP address of the server resulting in the next call hitting the original server effectively failing to ever load balance against a second server.
The same problem does not present itself with http calls to mgCreateSession.
Change History (2)
comment:1 by , 16 years ago
Component: | Site Service → Web API |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Submitted for 2.0.x stream http://trac.osgeo.org/mapguide/changeset/3282
Submitted for trunk http://trac.osgeo.org/mapguide/changeset/3288