Closed
Bug 290192
Opened 20 years ago
Closed 19 years ago
ensure reporter webtool can run on a load-balanced system
Categories
(Webtools Graveyard :: Reporter, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chase, Assigned: raccettura)
Details
New server infrastructure plans for the Mozilla Foundation include a heavy emphasis on load-balanced systems via LVS or a hardware-based load-balancer. We want the reporter webtool to be capable of fitting into this new world so it can take advantage of the extra capacity we're building. This bug may be resolved invalid if reporter already solely uses a database connection for all of its stateful work.
| Assignee | ||
Comment 1•20 years ago
|
||
The only non-db thing is a session for admin use (which we aren't using yet). one of the reasons why I switched to adodb is so I can use adodb-session.php for session management in the database itself. When I enable that feature, we will be using a new table in the database for managing sessions. So yes, it's good to go now, as all data is in the DB. And yes we plan to keep it that way. We can technically close this as INVALID as I'm aware of it already (and have been). Though there's also technically some incompatibility in the login module at the second... though it's unused.
| Assignee | ||
Comment 2•19 years ago
|
||
We're doing it for over a month now, so I guess were good ;-) Closing as Fixed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•