2006/5/24, Willy <[EMAIL PROTECTED]>: > Both server are dedicated physically. So any tips for the conf file? > > Regards > > > Willy
I think this is more a MySQL related question. Anyway, my advice would be first of all to check if you can use persistent connections between Apache and MySQL, thus reducing the network overhead caused by the opening and closing of every query (maybe something like PHP mysql_pconnect()). Next, if you think that traffic will increase with time, you could build a clustered installation, and do round-robin between servers. Anyway, I think that your best chance is to read documentation and tutorials about these servers. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
