[AOLSERVER] Lua, Javascript, etc. in AOLserver

2009-10-27 Thread Andrew Piskorski
On Tue, Oct 27, 2009 at 09:30:32AM +1030, Bas Scheffers wrote: Subject: Re: [AOLSERVER] is it necessary Tcl seems to be the only language that is thread safe and can be embedded in the way it is in AOLserver. Lua should definitely work. Indeed, Lua is supposed to be even easier to embed than

Re: [AOLSERVER] is it necessary

2009-10-27 Thread Bernd Eidenschink
This why all of the Apache supported languages either require the pre-fork model where they keep one interpreter per process (like PHP) or party like it's 1993 in a FastCGI environment like Ruby (on Rails) does. Yuk. Don't name the FastCGI-party-people, they are mean! Albeit there

[AOLSERVER] Compiling nspostgres 4.1 (PG 8.4 on Mac OS X Leopard)

2009-10-27 Thread Cesáreo García Rodicio
Hi! I had an Aolserver 4.5.1 working with some modules on Mac OS Leopard (10.5.8) but I couldn't get to build nspostgres-4.1. Postgres (8.4.1) was installed using Macports: roraima:nspostgres-4.1 root# port installed | grep postg postgresql84 @8.4.1_1 (active) postgresql84-doc @8.4.1_0

Re: [AOLSERVER] Compiling nspostgres 4.1 (PG 8.4 on Mac OS X Leopard)

2009-10-27 Thread Torben Brosten
Cesáreo García Rodicio wrote: Hi! I had an Aolserver 4.5.1 working with some modules on Mac OS Leopard (10.5.8) but I couldn't get to build nspostgres-4.1. Postgres (8.4.1) was installed using Macports: roraima:nspostgres-4.1 root# port installed | grep postg postgresql84 @8.4.1_1

Re: [AOLSERVER] is it necessary

2009-10-27 Thread Bas Scheffers
On Tuesday, October 27, 2009 7:55pm, Bernd Eidenschink eidensch...@web.de said: Even using and relying on several AOL- and Naviservers for years now I cannot get used to the technical superiority discussions... It is not about technical superiority. No matter how hard you try, AOLserver will

Re: [AOLSERVER] is it necessary

2009-10-27 Thread Dossy Shiobara
On 10/27/09 5:40 PM, Bas Scheffers wrote: Moving AOLserver to run inside Apache as a module would be a great step to making it more accesible and popular. This is the reason why I'd like to implement a module for AOLserver that would enable it to run as a FastCGI application under Apache