From mint-bounce@lists.fishpool.fi Wed Jul 27 04:01:14 2005 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de X-IronPort-AV: i="3.95,145,1120449600"; d="scan'208"; a="1362938085:sNHT1391304800" Message-ID: <42E6EA23.6050307@charter.net> Date: Tue, 26 Jul 2005 21:57:55 -0400 From: Rob Mahlert User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mint List Subject: Re: [MiNT] AtariForge References: <20050726223223.8592.qmail@web31011.mail.mud.yahoo.com> <1122425456.21921.9.camel@evil.atari-source.com> In-Reply-To: <1122425456.21921.9.camel@evil.atari-source.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: rmahlert@charter.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=BAYES_00 X-Spam-Level: Mark Duckworth wrote: >On Tue, 2005-07-26 at 15:32 -0700, Frederic Fouche wrote: > > >>Not to sound too picky or a pain in the butt, whoever is designing >>http://dev.sparemint.org/ should make sure that php is used as >>sparingly as possible. Same goes to mysql connection. The more you use >>static, the better. (unless your page needs dynamic content). But for >>a simple welcome page, you might want to redesign it to access better >>load, So errors like Warning: mysql_pconnect(): Can't connect to local >>MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) >>in /var/www/dev.sparemint.org/connect.php on line 8 >>Access to the sparemint database was denied... Sorry.. Please inform >>the webmaster >>would not occur. >> >> > >Oops, power outage and for some reason MySQL doesn't come back up right >on reboot. Stupid debian. Anyway, when the sparemint site is done I >intend to host it on more reliable hosting (atariforge servers) that is >if Rob gives the final blessing. Where it's at now is fine for dev >work. aoi is a reliable server too, I just keep screwing with stuff for >development too. I use .php for all pages for consistency and >flexibility. It adds virtually no additional load to put html inside >a .php file with no php code, yet at the same time reduces the need to >change stuff crazily later. I understand your concerns and they're >valid but this is definitely my style and I'll be sticking to it... I'm >already too deep in a dynamic setup too.. the entire site is dynamic and >database driven and it's a good thing IMHO because all of the dependency >resolution and such will be done on the server due to my poor C coding >skills ;) > >Thanks, >Mark > > > > > > Mark, To be honest.. I will let Frank decide. He's the maintainer of FreeMint. If Frank gives his blessings, I will allow it on the server. Just so you know Mark, the server is running Debian 3.1 latest 'stable' php, mysql..etc. So don't use any php 5 stuff. Rob