[AOLSERVER] aolserver 3.5.10

2003-09-30 Thread Brad Chick
I've seen references to aolserver 3.5.10, but can only seem to find 3.5.6. What are the key differences and how does one obtain the newer version? Thanks -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] with the body of SIGNOFF

[AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-02 Thread brad chick
Recently, we upgraded to 3.5.6 from 3.3.1. Unfortunately, our file uploads broke. Now, aolserver doesn't upload pc files properly. These files have what seems be browser crud appended to them: -7d32da2b27043a Content-Disposition: form-data; name=x 20

Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-02 Thread brad chick
Sorry about that original paste of the garbage at the end of the files. I messed up the returns. Here's a better (unadultered) example: -7d37523500ba Content-Disposition: form-data; name=x 18 -7d37523500ba Content-Disposition: form-data;

Re: [AOLSERVER] uploading pc v. unix text files on 3.5.6

2003-10-16 Thread Brad Chick
This is definitely a bug with 3.5.6. The exact same code uploads files perfectly well on 4.0b10. I would like to test 3.5.10. Can someone tell me how to get 3.5.10 please? -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] with

Re: [AOLSERVER] aolserver 4 continually respawning

2003-11-24 Thread Brad Chick
On Mon, 24 Nov 2003 10:30:32 -0500, Dave Aitel [EMAIL PROTECTED] wrote: It's not an unknown reason, it's a remote root which you guys already fixed in 3.4...add the Content-Length check to 4.0 and you should be set. Is this something I can do myself? I would happily do so if possible? AOLserver

Re: [AOLSERVER] aolserver 4 continually respawning

2003-12-01 Thread Brad Chick
I'm still having memory issues with AOLserver 4. I have stopped the indefinite respawning of aolserver processes, but as soon as aolserver is started, it just keeps growing and growing in size. When it gets to have a size around 600M (with the RSS about 534M), it just hangs, or it will give

Re: [AOLSERVER] aolserver 4 continually respawning

2003-12-01 Thread Brad Chick
. Regards, Greg -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED] Behalf Of Brad Chick Sent: Monday, December 01, 2003 9:06 AM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] aolserver 4 continually respawning I'm still having memory issues with AOLserver 4. I have

Re: [AOLSERVER] bind / privileged port

2003-12-02 Thread Brad Chick
On Tue, 2 Dec 2003 13:41:04 -, Bas Scheffers [EMAIL PROTECTED] wrote: I'll vouch for the non-restarting unless the -b flag is provided. That behavior has been consistent since the move to 4. Relatedly, it is difficult to restart aolserver, because aolserver seems to hang on to port 80. We

[AOLSERVER] order nsv arrays

2004-03-03 Thread Brad Chick
I'm keeping a lot of data in nsv arrays and need to order them on occasion. Can this be done? If not, what would be an easy way to do it? -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] with the body of SIGNOFF AOLSERVER in

[AOLSERVER] tuning aolserver and nsv arrays

2004-10-20 Thread Brad Chick
We are using the nsv arrays of aolserver to handle a large load of queries. The application can be seen at http://results.doitsports.com/lasalle/2004/ With that application, we handled 1.7 million queries in a day (using 5 servers). We put 21MB worth of data into 39 arrays. Under a lot of

Re: [AOLSERVER] cant use nsencrypt

2004-12-21 Thread Brad Chick
I'm having the exact same problem as posted below. I couldn't find any responses. Does anyone know the solution. aolserver: 4.0.9 openssl: OpenSSL 0.9.6c 21 dec 2001 nsencrypt: 0.3 Thanks On Mon, 12 Jan 2004 06:38:19 -0500, Yuval lib [EMAIL PROTECTED] wrote: I'm trying to use nsencrypt: I had

Re: [AOLSERVER] cant use nsencrypt

2004-12-21 Thread Brad Chick
That's not it. That's exactly what's in the Makefile: # # Extra libraries # MODLIBS = -lssl -lcrypto On Tue, 21 Dec 2004 16:39:11 -0700, Daniel P. Stasinski [EMAIL PROTECTED] ORG wrote: On Tue, 2004-12-21 at 18:12 -0500, Brad Chick wrote: I'm having the exact same problem as posted below. I

Re: [AOLSERVER] cant use nsencrypt

2004-12-22 Thread Brad Chick
On Tue, 21 Dec 2004 23:47:22 -0500, Dossy Shiobara [EMAIL PROTECTED] wrote: On 2004.12.21, Brad Chick [EMAIL PROTECTED] wrote: I'm having the exact same problem as posted below. I couldn't find any responses. Does anyone know the solution. aolserver: 4.0.9 openssl: OpenSSL 0.9.6c 21 dec 2001

Re: [AOLSERVER] only one connection thread

2006-10-23 Thread Brad Chick
Following up on Stuart's call for clarification, can someone please send some out some documentation, or point us to it, where we can figure out how to use the new ns_limits/ns_pools functionality in 4.5. We just used 4.5 in production and aolserver was limited to 100 ESTABLISHED tcp

Re: [AOLSERVER] only one connection thread

2006-10-24 Thread Brad Chick
On Mon, 23 Oct 2006 11:06:45 -0400, Nathan Folkman [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Following up on Stuart's call for clarification, can someone please send some out some documentation, or point us to it, where we can figure out how to use the new ns_limits/ns_pools

[AOLSERVER] trouble installing nsmysql

2007-12-20 Thread Brad Chick
in /usr/local/aolserver/include/Makefile.global But that didn't work. Any help would be appreciated. -- == BRAD CHICK == Manager of My Own Thoughts, Mostly Active Sports Technologies The Active Network, Inc. 10182 Telesis Court, Suite

[AOLSERVER] installation problems with 4.5.1 on centos 5.4 64-bit

2010-02-07 Thread Brad Chick
i keep getting: ranlib: '/usr/local/aolserver/lib/libnsthread.a': No such file gmake[1]: *** [install-dll] Error 1 gmake[1]: Leaving directory `/home/brad/aolserver-4.5.1/nsthread' gmake: *** [install-bins] Error 1 I have tried with both tcl 8.4 and 8.5, but keep getting that same error. I made

Re: [AOLSERVER] how to parse Content-Type text/xml form post

2010-04-07 Thread Brad Chick
://www.tdom.org/) -gustaf neumann Am 07.04.10 06:40, schrieb Brad Chick: This should be fairly simple, but I having issues parsing a form post that is of Content-Type text/xml. The methods I see to handle the form data all try to parse the body into key/value pairs. This is not what I need. Rather

[AOLSERVER] chinese characters and oracle driver

2011-07-15 Thread Brad Chick
I am having trouble getting Chinese characters in/out of oracle with AOLserver. Here is my stack: Oracle 11g TCL 8.5 AOLserver 4.51 Oracle Driver version 2.7 The existing database has a database character set of WE8ISO8859P1. But we are using NCHAR and NVARCHAR2 datatypes to store Unicode

Re: [AOLSERVER] chinese characters and oracle driver

2011-07-18 Thread Brad Chick
I don't think it's tcl at this point. I can see that aolserver/tcl can bring in the unicode characters and return them to the client 'as is'. And you can see what encoding system tcl is using via this command as well: [encoding system] which shows that tcl is using UTF-8, which is what is

Re: [AOLSERVER] chinese characters and oracle driver

2011-07-18 Thread Brad Chick
I just grabbed the latest oracle driver from cvs and you are right: there is no explicit support for either NCHAR or NVARCHAR2 - which oracle requires to store unicode characters. So, I will try to update the driver and report back. Thanks -- AOLserver - http://www.aolserver.com/ To Remove

Re: [AOLSERVER] chinese characters and oracle driver

2011-07-18 Thread Brad Chick
Well, I reached an impasse. I grabbed the latest source from CVS, added support for the 2 datatypes (NCHAR, NVARCHAR2), and recompiled. Then, I turned on debugging for the driver. The logs look great. The driver constructs the queries appropriately: e.g.