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. [18/Jul/2011:14:17:30][10744.1099659584]

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 y

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 desir

[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 charac

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

2010-04-07 Thread Brad Chick
ings xpath (see http://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.

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

2010-04-06 Thread 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, I just need the xml payload. any help would be appreciated. Tha

[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

[AOLSERVER] trouble installing nsmysql

2007-12-20 Thread Brad Chick
hanged. We tried making the change 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

[AOLSERVER] limit of 100 ESTABLISHED tcp connections

2006-10-26 Thread Brad Chick
I got an email saying this was rejected. But I did see it in the archives, so I'm not sure what happened. I apologize if this is a double posting. Well, We've playing with settings like: ns_limits set default -maxrun 999 ns_limits set default -maxwait 999 ns_pools set default -maxthreads 999 ns

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 f

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 connection

Re: [AOLSERVER] cant use nsencrypt

2004-12-23 Thread Brad Chick
> >What does "ldd nsencrypt.so" say? > ldd nsencrypt.so libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6 (0x40004000) libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6 (0x40032000) libnsthread.so => /usr/local/aolserver_chase/lib/libnsthread.so (0x400f2000) libnsd.so =>

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. >&

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 havi

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 h

[AOLSERVER] re-sourcing tcl without restarting server

2004-10-27 Thread Brad Chick
Is there a way to re-source a tcl file (that contains various procs) that has already been sourced at startup without having to restart the server? I know that we can put procs in either adp or tcl files and have them sourced every time. But this won't work in this instance, due to the number of t

[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 load,

Re: [AOLSERVER] order nsv arrays

2004-03-03 Thread Brad Chick
On Wed, 3 Mar 2004 23:11:23 -0500, Dossy <[EMAIL PROTECTED]> wrote: >On 2004.03.03, Brad Chick <[EMAIL PROTECTED]> wrote: >> 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

[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" i

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

Re: [AOLSERVER] aolserver 4 continually respawning

2003-12-01 Thread Brad Chick
rver versions 3.x. > >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: [AOLSERV

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 someth

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? AOLser

[AOLSERVER] aolserver 4 continually respawning

2003-11-24 Thread Brad Chick
We are running aolserver 4GM on debian and are having trouble keeping it alive. The problem seems to be that somehow, aolserver continually respawns until there are ~100 or more processes running (identified by a ps). At that point, aolserver either just hangs, with nothing notable in the log file,

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]> wit

Re: [AOLSERVER] realloc problems with 4.0b10

2003-10-13 Thread Brad Chick
System memory is not an issue. Each of the boxes has 2G RAM and we're talking about a static set of arrays that is about 91M large. They are only loaded once and then are not written to after that, just queried. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply s

[AOLSERVER] realloc problems with 4.0b10

2003-10-13 Thread Brad Chick
I'm running aolserver 4.0b10 on debian to respond to a high demand of queries for the Chicago Marathon. I'm using the nsv arrays to keep the data and relevant html in memory such that I don't have to go to a db or disk in order to satisfy the request. When aolserver starts, we load the data into t

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; na

[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

[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 "SIGNOF

[AOLSERVER] PUT support

2001-05-25 Thread Brad Chick
AOLserver has a config option ns_param enableaolpress true/false that allows clients to use the HTTP PUT command successfully with AOLserver. The problem is that there is no security. It does not ask for a username/password. Am I just missing something? Or was this by design? Thanks