Re: [vassalengine-devel] stable and unstable releases
Brought to you by:
rodneykinney,
uckelman
|
From: Rodney K. <rod...@co...> - 2007-12-20 00:15:49
|
> The Server Status screen takes some time to appear and it's a fairly > consistent delay. I was wondering if maybe you're using a mySQL database or > something similar? If so, it could be an indexing issue. The information isn't in a database. The server reports status to a cgi script on the web site, which writes the information to a flat file. The connection history is retrieved via another cgi script, which filters the information and purges old information. I'll bet that second script could be made more efficient. rk |