Issues.00489 - lordmundi/wikidoctest GitHub Wiki
00489: modify WCS so that requests are not accepted until DOUG is fully running
Summary: modify WCS so that requests are not accepted until DOUG is fully running
Created: 2013–04–01 16:35
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
The current web commanding server starts as soon as the script is started, which means that some web requests could get accepted before DOUG has fully loaded. This can lead to a long delay on those initial requests getting responses.
This is a request to not initialize the web commanding server until DOUG is fully initialized.
Comments
frankie April 01, 2013, at 04:37 PM: This has been done. The same exact thing has been done for the remote commanding server (RCS).
Associated Commits
| commit | 02086099017c1d6dd0785c35ab12fb00a0aead10
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Mon Apr 1 16:38:37 2013 -0500
|
| Message: | [@Issue 00489: Changing WCS and RCS to not initialize until DOUG is fully loaded
@] |
Affected Files:
gui/remote_commanding_server.tcl | 3 +±
gui/web_commanding_server.tcl | 3 +±
2 files changed, 4 insertions(+), 2 deletions(-)