[AOLSERVER] [AS 4.0 beta 3] Strange db pools error

2003-03-24 Thread Jean-Fabrice RABAUTE
Hi all, I am getting troubles switching from AS3.2/Tcl7.6 to AS4.0/Tcl8.4.2 I have 3 pools configured in my config file : main, subquery and log. Using nscp, when I run this code : set a [ns_db gethandle main] set b [ns_db gethandle subquery] it runs fine under AS3.2/Tcl7.6, but crashes under

[AOLSERVER] AOLserver 4.0 Beta release 4 now available

2003-03-24 Thread Mark Page
Beta release 4 of AOLserver 4.0 is now available with CVS tag aolserver_v4_r0_beta_4. It is also available via the Source Forge download page: https://sourceforge.net/project/showfiles.php?group_id=3152release_id=148480 Please report bugs via SourceForge at:

[AOLSERVER] Community Sites

2003-03-24 Thread Nathan Folkman
Follow the directions on this page to submit your site: http://www.aolserver.com/communitysites.php Thanks! - Nathan -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/

Re: [AOLSERVER] Community Sites (why PHP?)

2003-03-24 Thread Ayan George
Why would we use php? -ayan On Mon, 24 Mar 2003, Nathan Folkman wrote: Follow the directions on this page to submit your site: http://www.aolserver.com/communitysites.php Thanks! - Nathan -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list:

Re: [AOLSERVER] Community Sites (why PHP?)

2003-03-24 Thread Nathan Folkman
Why not. ;-) The top AOlserver page is still being hosted on SourceForge. There are plans to move the top page back to being AOLserver hosted in the near future. AOLserver supports a number of other languages in addition to Tcl, including PHP, Python, Java, and others. I'm personally not all that

[AOLSERVER] Bug: namespaces and ns_eval

2003-03-24 Thread Alexander Leyke
Hello, I discovered that ns_eval command in control port doesn't process namespaces correctly under AOLserver 4.0. Use case follows. Code namespace eval mytest {} proc mytest::mytest {} {} /code 1. start 2 nscp sessions, and load above code snippet into 1 of them with ns_eval source ...

[AOLSERVER] nsxml indent

2003-03-24 Thread Daniel P. Stasinski
In the newest nsxml module, is there a way to produce indented output rather than all on one line? My patch to the previous version no longer has any effect. Daniel P. Stasinski Software Engineer Mayor Pharmaceutical Laboratories [EMAIL PROTECTED] -- AOLserver - http://www.aolserver.com/ To

Re: [AOLSERVER] Bug: namespaces and ns_eval

2003-03-24 Thread Michael Richman
In a message dated 3/24/2003 2:39:21 PM Central Standard Time, [EMAIL PROTECTED] writes: 1. start 2 nscp sessions, and load above code snippet into 1 of them with "ns_eval source ..." command 2. in 2nd session, run command "info command mytest::*". It is expected to return mytest::mytest, but

[AOLSERVER] AOLSERVER and an infinite loop

2003-03-24 Thread Zamil Murji
I was wondering how AOLSERVER deals with an infinite loop. I have reason to believe that I am getting stuck in an infinite loop and am trying to remedy this. AOLSERVER actually crashes or dies on me. So I wonder if this is a symptom of my infinite loop. -- AOLserver - http://www.aolserver.com/

Re: [AOLSERVER] nsxml indent

2003-03-24 Thread Scott Goodwin
Send me the patch and tell me what the previous version was (i.e. is it the current CVS copy that doesn't do what you expect?). /s. On Monday, March 24, 2003, at 02:35 PM, Daniel P. Stasinski wrote: In the newest nsxml module, is there a way to produce indented output rather than all on one

Re: [AOLSERVER] AOLSERVER and an infinite loop

2003-03-24 Thread Nathan Folkman
Couple of quick questions to help us help you: - What version of the server are you using? - Do you have a stack trace from the core file? - Anything odd in the server log right before the crash (or did you mean it never actually crashes)? - Are you testing a C module you wrote, or some page