in reply to Re^6: Perlmonks site has become far too slow
in thread Perlmonks site has become far too slow
Unless it's possible to direct all AnoMonk requests to one server only. This would have the huge advantage that other web-servers wouldn't be impacted by increased bot activities.
OTOH update events could happen on other servers and would need to be logged via the DB, so that the "Ano-Server" could discard the cached page.
Or storing the cache in a shared file system, unfortunately I have no experience to tell how efficient this is.
But in this case the Ano-Server wouldn't need to run Everything, just a web-server (apache/Nginx/...) distributing static files.
The updates of the static files are comparatively rare and could be easily handled by the dynamic servers.
Alas some pages can't be static like log-in, chatterbox, other users. So the load-balancer or a redirection rule has to bring Ano-monks to the real servers.
Anyway ... no matter if it's a static or dynamic server, setting up a dedicated server for Anomonks would improve many issues instantly.
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Perlmonks site has become far too slow (Reverse Proxies)
by LanX (Saint) on Sep 03, 2025 at 13:11 UTC |