Modify ↓
Opened 7 years ago
Closed 7 years ago
#30 closed enhancement (fixed)
crcnet-monitor MOTD fetch should be AJAX'd
| Reported by: | mglb1 | Owned by: | mglb1 |
|---|---|---|---|
| Priority: | major | Milestone: | Rural Link Farm Networks V2.0 |
| Component: | crcnet-monitor | Version: | HEAD |
| Keywords: | Cc: | ||
| Estimated Hours Work: | 7 |
Description
The homepage can take a long time to display if the remote server is not available to fetch the MOTD from.
This should be turned into an AJAX fetch so that the user at least sees the normal page before having to wait for the MOTD.
Attachments (0)
Change History (4)
comment:1 Changed 7 years ago by mglb1
- Component changed from ccsd to crcnet-monitor
- Milestone changed from Version 2.0 to Rural Link Farm Network Code Release
comment:2 Changed 7 years ago by mglb1
- Milestone changed from Rural Link Farm Networks Product Launch to Rural Link Farm Networks V2.0
comment:3 Changed 7 years ago by mglb1
- Estimated Hours Work set to 7
comment:4 Changed 7 years ago by mglb1
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [1060]) Fixed bugs with fetching the MOTD
Until we get a multi-threaded server fetching the MOTD from a server
that is unavailable has the potential to block the entire server for
up to 2 minutes, which is rather unpleasant.
Fixes #30