[AOLSERVER] Naviserver Win-64 Sources

2012-10-15 Thread Maurizio Martignano
To facilitate the discussion, I put in here some examples of the changes I made: 2.a. From mapPtr = ns_malloc(sizeof(Map)); To mapPtr = (Map *) ns_malloc(sizeof(Map)); 2.b. From int TclX_WrongArgs (interp, commandNameObj, string) Tcl_Interp * interp; Tcl_Obj * commandNameObj;

[AOLSERVER] Windows 64 Progress Status

2012-10-12 Thread Maurizio Martignano
Dear all, This short email message is to inform you that I managed to compile also the modules nsdbpg (PostgreSQL) and nsoracle (Oracle). I am about to start some testing sessions. Will keep you informed. Have a wonderful weekend, Maurizio

Re: [AOLSERVER] Windows 64 Progress

2012-10-11 Thread Maurizio Martignano
as well a sample config file written in a style similar to the aolserver-config file for aolserver. See also my reply to Agustin Lopez from last week. -gustaf neumann From: Jim Davidson [mailto:jgdavid...@gmail.com] On Behalf Of jgdavid...@mac.com Sent: 10 October 2012 19:38 To: Maurizio

Re: [AOLSERVER] naviserver to replace aolserver?

2012-10-08 Thread Maurizio Martignano
neumann On 07.10.12 17:06, Maurizio Martignano wrote: Dear Gustav, Thank you very much. Now, please, If you have time and you want, take your binary and install it as service on a Windows 64 machine. Have the service start and run and please do observe its behaviour. Thanks a lot

[AOLSERVER] Windows Support

2012-09-27 Thread Maurizio Martignano
Dear all, I do not think that removing Windows specific code is a good idea. Some time ago I showed as example how many people have downloaded ]project-open[ on Windows as opposed to the VM, or the tar ball. In case you do not remember the numbers, please have a look at this URL:

Re: [AOLSERVER] Problem with ns_shutdown

2012-03-02 Thread Maurizio Martignano
Dear Caroline, I use Aolserver on Windows Environments. There the shutdown is always a problem if nsmain.c calls Tcl_Finalize. To avoid any problem I had to comment out this call: #ifndef _WIN32 Tcl_Finalize(); #endif I believe that if you do the same, that is you