if you run more than one binary it will NOT use the same
physical memory, even if it is the same binary.
every programm you run uses its own memory for most parts.



Thomas

sql, query

On Tue, 24 Sep 2002 16:35:21 +0200 Magnus Sundberg <[EMAIL PROTECTED]> wrote:

> > Dear sirs,
> > I have a small question about the documentation that I do not understand.
> > In your documentation you have a small section regarding running
> > multiple data base servers on the same machine. You are supposed to run
> > the databases on different sockets, communication ports etc.
> > I do understand that, but you do recommend that you have different
> > versions compiled for this issue, even though you can run the database
> > servers with just different switches.
> > 
> >   From a performance issue, I believe that you should run with just one
> > binary, that will be occupy the same physical memory for the "two"
> > multithreaded processes, even though they have different command line
> > switches.
> > With two different binarys will the physical memory requirement be twice
> > as much.
> > But it might be easier to get a system working when you have two
> > different binarys. But I believe that users that can recompile your
> > software with some different settings also have the competence to adjust
> > runtime switches.
> > 
> > What is wrong with the argumentaion above?
> > 
> > /Magnus
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to