[AOLSERVER] Strange issue with nsopenssl

2012-05-01 Thread Sep Ng
Hi, I've been looking at one aolserver install which seems to be crashing when I run with SSL certificates. The weird thing is that if I run it as root, the startup goes fine, which leads me to believe it is possibly a permission issue. The crash happens right when nsd attempts to generate

[AOLSERVER] What does invalid database_id mean?

2012-05-01 Thread Sep Ng
Every once in a while on my aolserver logs, I find this error and I'm not sure what it means. Typically, I see it when performing a database operation and then aolserver drops into an error like: invalid database_id: nsdb0 Is this related to another log entry: max connections exceeded? Is the

Re: [AOLSERVER] Strange issue with nsopenssl

2012-05-01 Thread Sep Ng
I'll just go ahead and post the solution to this problem. Apparently there's a library conflict between my Oracle install and OpenSSL. I solved it by setting LD_PRELOAD=/usr/lib/libcrypto.so.0.9.8 before running aolserver. On Tuesday, May 1, 2012 11:16:24 AM UTC+8, Sep Ng wrote: Hi, I've

Re: [AOLSERVER] SSL connection error

2012-06-19 Thread Sep Ng
My guess is it has something to do with your keys and certificates, maybe. Maybe you should post relevant sections of your config.tcl. On Monday, June 18, 2012 8:11:18 PM UTC+8, Iuri Sampaio wrote: Hi there, After setting up nsopenssl on aolserver I got the following error. SSL

Re: [AOLSERVER] pthreads and AOLserver

2012-06-23 Thread Sep Ng
UTC+8, Maurizio Martignano wrote: Dear Sep Ng, Memory leaks do exist in the majority of Web Servers (Aolserver included). This is a sad fact. Instead of trying to fix these leaks a better and cheaper strategy could be to have a daily restart of your web/application server

Re: [AOLSERVER] Race conditions with Ns Set Persist?

2012-09-24 Thread Sep Ng
to use for most cases, and if you have more than a few keys probably faster too. -J Sep Ng wrote: I have several ns_set objects in my aolserver with the persist flag on to manage several things but I'm noticing that some of the ns_set objects are losing keys for no apparent reason. Also

Re: [AOLSERVER] modload: could not find Ns_ModuleInit in /usr/local/aolserver451/bin/nssha1.so

2013-01-29 Thread Sep Ng
For archival purposes, I added this CFLAG to the Makefile. -Wl,--no-as-needed which linked the .so files successfully. Reference. http://stackoverflow.com/questions/14329967/missing-a-library-in-ldd-after-using-gcc-l On Wednesday, January 30, 2013 7:42:17 AM UTC+8, Sep Ng wrote: I just came

[AOLSERVER] Question on ns_eval

2013-02-14 Thread Sep Ng
Hello, I've been looking into improve my development environment by using ns_eval to update all the TCL interps everytime I do changes on it. First off, it looks like I have to escape all the special TCL characters on ns_eval. Is this the intended behaviour because I've seen many examples of

Re: [AOLSERVER] Question on ns_eval

2013-02-14 Thread Sep Ng
, Sep Ng wrote: Hello, I've been looking into improve my development environment by using ns_eval to update all the TCL interps everytime I do changes on it. First off, it looks like I have to escape all the special TCL characters on ns_eval. Is this the intended behaviour because I've seen

Re: [AOLSERVER] AOLserver questions

2015-03-20 Thread Sep Ng
Thank you once again for your swift response! On Friday, March 20, 2015 at 2:33:59 PM UTC+8, Gustaf Neumann wrote: Am 20.03.15 um 05:47 schrieb Sep Ng: Hi Gustaf! Thank you for the informative response! I've been thinking of moving to NaviServer but I don't know enough about

Re: [AOLSERVER] AOLserver questions

2015-03-20 Thread Sep Ng
Thank you very much for shedding a lot of light into this. On Friday, March 20, 2015 at 3:58:19 PM UTC+8, Gustaf Neumann wrote: Am 20.03.15 um 07:48 schrieb Sep Ng: what is hurting you? We have instances where we'd get a high number of concurrent users that the requests

Re: [AOLSERVER] AOLserver questions

2015-03-19 Thread Sep Ng
schrieb Sep Ng: Hi all, I've been reading up on aolserver background delivery tricks on OpenACS and I've seen that the patches for the static TCL channel is already in 4.5.1. In the spirit of improving server performance, I've been wondering if such facility is worth building

[AOLSERVER] AOLserver questions

2015-03-19 Thread Sep Ng
Hi all, I've been reading up on aolserver background delivery tricks on OpenACS and I've seen that the patches for the static TCL channel is already in 4.5.1. In the spirit of improving server performance, I've been wondering if such facility is worth building on the custom app to increase