<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40177 >
On Sat, Jul 26, 2008 at 10:51 AM, Andreas Røsdal <[EMAIL PROTECTED]> wrote: > I'm wondering if a shared common library, as implemented in this > patch, would reduce the memory usage when running many civclient > processes on the same system? The web client prototype launches > one civclient process for each user, so if using a shared library > could reduce the memory usage, this would be very useful for that. In theory it shouldn't. A modern operating system should share pages for the read-only parts of an application that has multiple invocations running. -jason _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
