On 20 October 2010 21:37, Jim Cheetham <[email protected]> wrote:
>> Postgresql for the win.
>
> Actually, I've found that for many "web applications", sqlite provides
> a perfectly adequate "structured queryable storage" system and removes
> the need for the vagaries of MySQL. At the same time I tend to rip out
> apache and replace that with nginx & fcgi php (if I have to run php at
> all of course). No-one really looks at my websites anyway :-) I can
> support 2 requests an hour easily with that!
>

Well of course, SQLite is actually a database :D </troll>

And I'd have to agree with those design decisions somewhat, Apache is
needless massive bloat and nginx is nice and sexy ( that or lighttpd,
either or ). You just cannot have a decent web-server with apache and
only 128mb of ram, that thing is such a whore.

FCGI is also the best choice imo, regardless of what language you're
using, mostly, it JustWorks, and it works everywhere worth working,
and its fast. Granted you can't do true servlet model in PHP, so that
sucks in that regard.

-- 
Kent

perl -e  "print substr( \"edrgmaM  SPA nocomil.i...@tfrken\", \$_ * 3,
3 ) for ( 9,8,0,7,1,6,5,4,3,2 );"

http://kent-fredric.fox.geek.nz

_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

Reply via email to