Re: [AOLSERVER] Debian build problems

2006-05-09 Thread Jeremy Collins
Make sure you're building not building with gcc 4.0, maybe try 3.3 or 3.4. On May 9, 2006, at 9:06 AM, Bas Scheffers wrote: Hi, Just trying to setup AOLserver on a debian box. Tried several version of Tcl and AOLserver (including the 8.4.9/4.0.9 I have working elsewhere on a Fedora

Re: [AOLSERVER] per-interpreter globals possible?

2006-04-19 Thread Jeremy Collins
On Apr 19, 2006, at 5:38 AM, Nis Jorgensen wrote: John Buckman wrote: HOWEVER, Jeremy wrote: You could throw the handle name into a namespace variable. They don't currently get cleaned up. and he's absolutely right, as code like this: catch {namespace eval space {}} catch {adp_puts

Re: [AOLSERVER] per-interpreter globals possible?

2006-04-17 Thread Jeremy Collins
On Apr 17, 2006, at 5:47 AM, John Buckman wrote: Is there any way in AOLSserver 4 to have per-tcl-interpreter global variables? Alternatively, does each interpreter have a unique ID that can be queried within tcl? If so, I could use nsv_set to store per- interpreter globals? The reason

Re: [AOLSERVER] nsoracle: CharExpansion parameter

2006-03-24 Thread Jeremy Collins
On Mar 23, 2006, at 11:35 AM, Brian Fenton wrote: Do people think it's ok to proceed with CharExpansion=2. I'm cautious about setting it as it's unclear how it works together with my NLS_LANG setting (does it ignore it?) and I've already had plenty of character set fun! If CharExpansion=2

Re: [AOLSERVER] nssession 1.0RC1

2006-02-24 Thread Jeremy Collins
On Feb 24, 2006, at 5:27 AM, Bas Scheffers wrote: Hi all, I did some work yesterday finishing off my nssession module and even optimistically labeled is 1.0RC1. You can find it at http://bas.scheffers.net/aolserver/ I hope some of you can try it out and give me some feedback on it! Is

Re: [AOLSERVER] What's new in 4.5

2006-02-24 Thread Jeremy Collins
On Feb 21, 2006, at 2:50 PM, Dossy Shiobara wrote: Hi, In an attempt to gather information on what's been added to AOLserver 4.5, I've created a page on the wiki: http://aolserver.com/wiki/What%27s_new_in_4.5 For those interested I updated this page with as much information as I could

Re: [AOLSERVER] nssession 1.0RC1

2006-02-24 Thread Jeremy Collins
On Feb 24, 2006, at 10:54 AM, Bas Scheffers wrote: One thing I would like is a small core change, it would be nice to have a simple char* in the NsConn struct to store the session ID, rather than my nasty request parameters hack. You could probably use the Ns_Cls* API (Connection Local

Re: [AOLSERVER] nsoracle patches

2006-02-22 Thread Jeremy Collins
On Feb 21, 2006, at 8:28 AM, Stuart Children wrote: As promised: * ignore ORA-01405 when fetching a LONG field with a NULL value http://sourceforge.net/tracker/index.php? func=detailaid=1435192group_id=3152atid=103152 While this definitely seems like it would work it doesn't look like

Re: [AOLSERVER] nsoracle patches

2006-02-22 Thread Jeremy Collins
On Feb 22, 2006, at 9:58 AM, Stuart Children wrote: Yeah I agree it's not ideal (though it's running on our systems without any issue). The is_null indicator variable *should* be getting set, and then you can inspect that and not have to worry about the error status... but it's not for

Re: [AOLSERVER] nsoracle patches

2006-02-22 Thread Jeremy Collins
On Feb 22, 2006, at 12:00 PM, Stuart Children wrote: Any chance you have an example of how to reproduce this? I'm not able to make this happen. CREATE TABLE test_null_long ( id NUMBER(38) PRIMARY KEY, other LONG ); INSERT INTO test_null_long (id, other) values(1, 'one');

Re: [AOLSERVER] nsoracle patches

2006-02-21 Thread Jeremy Collins
On Feb 21, 2006, at 8:28 AM, Stuart Children wrote: As promised: * silence a large number of warnings during compilation http://sourceforge.net/tracker/index.php? func=detailaid=1435911group_id=3152atid=103152 * fix lookup table in OracleObjCmd http://sourceforge.net/tracker/index.php?

Re: [AOLSERVER] What's new in 4.5

2006-02-21 Thread Jeremy Collins
On Feb 21, 2006, at 2:50 PM, Dossy Shiobara wrote: Hi, In an attempt to gather information on what's been added to AOLserver 4.5, I've created a page on the wiki: http://aolserver.com/wiki/What%27s_new_in_4.5 It's mostly incomplete, but as I think of things I will be adding things to

Re: [AOLSERVER] Mac build error

2006-02-20 Thread Jeremy Collins
On Feb 20, 2006, at 11:05 AM, Bas Scheffers wrote: I suspect this might have something to do with XCode moving to GCC 4. (I am pretty sure that happened since the last time I built it) Any ideas? Have you tried building with gcc 3.3? Use sudo gcc_select 3.3 to switch. - Jeremy --

Re: [AOLSERVER] nsoracle patches

2006-02-20 Thread Jeremy Collins
On Feb 20, 2006, at 4:04 PM, Andrew Piskorski wrote: On Mon, Feb 20, 2006 at 10:52:37AM -0800, Ken Leiserson wrote: o Trap ORA-03113 errors and reinitialize DB connection Ken, please do commit your nsoracle enhancements to the SourceForge CVS! In particular, getting AOLserver to

Re: [AOLSERVER] nsoracle status?

2005-02-24 Thread Jeremy Collins
not really feeling the pressure to make a release. Hope this helps clarify the status of the Oracle driver. - Jeremy On Feb 24, 2005, at 1:06 AM, Andrew Piskorski wrote: What's the current status of the nsoracle module? I see that Jeremy Collins made a bunch of changes in 2004, but nothing since September

[AOLSERVER] AOLserver 4.x ADP parser

2004-09-18 Thread Jeremy Collins
In testing our application on AS 4.x I noticed that the new ADP parser gives precedence to % % tags before registered tags. For example: if foo def % ns_adp_puts i'm here but you can't see me % /if Obviously if would be a registered tag. Now if you run this the output is this: if foo def i'm

Re: [AOLSERVER] 4.0.8

2004-09-15 Thread Jeremy Collins
Yeah, nsoracle HEAD should not be used just yet. In particular the -bind set option doesn't work correctly. - Jeremy On Sep 15, 2004, at 12:58 PM, Greg Wolff wrote: Our testing shows that nsoracle head, which is version 2.8 alpha 1, may not be ready for prime time. We found a few differences in

Re: [AOLSERVER] Ref Cursors from nsoracle

2004-03-16 Thread Jeremy Collins
The CVS version of the driver supports ref cursors. This version is alpha and I wouldn't use it in production yet. On Mar 16, 2004, at 12:27 AM, Ron Gilbert wrote: Does anyone know the status of being able to return Ref Cursors from PLSQL calls using nsoracle? Supposedly there is a beta

Re: [AOLSERVER] Trouble compiling oracle driver 2.6 for RH Linux 3ES and Oracle 9i

2004-02-09 Thread Jeremy collins
Btw, can someone with the necessary SourceForge privileges please release an updated nsoracle tarball? This use the latest but still 9 months old CVS version, not the truly ancient tarball concern seems to come up regularly. We're working on it. Should be up in the next few days complete with

Re: [AOLSERVER] Trouble compiling oracle driver 2.6 for RH Linux 3ES and Oracle 9i

2004-02-09 Thread Jeremy Collins
On Feb 9, 2004, at 6:27 PM, Andrew Piskorski wrote: Well, OpenACS uses it of course, and would have to adapt their db_* API to cope with any nsoracle driver API changes. Hopefully the db_* api is the only OpenACS code using calls specific to nsoracle. I'm not sure what part's of the nsoracle API

Re: [AOLSERVER] NSGD?

2003-07-10 Thread Jeremy Collins
? -- 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 the email message. You can leave the Subject: field of your email blank. -- Jeremy Collins [EMAIL PROTECTED] -- AOLserver - http

Re: [AOLSERVER] nsxml make fails

2003-04-06 Thread Jeremy Collins
It looks like you don't have libxml installed or for some reason its not picking up the include directories correctly. What version of nsxml are you trying to install? ___ Jeremy Collins .. Original Message ... On Sun, 6 Apr 2003 20:02:24 -0500 Thorpe Mayes [EMAIL PROTECTED] wrote

Re: [AOLSERVER] Emacs indents for tcl and C

2002-11-12 Thread Jeremy Collins
This might solve some problems: :0 * ^Subject:.*\[AOLSERVER\] Emacs indents for tcl and C /dev/null

[AOLSERVER] AOLserver 3.5.0 - multipart/form-data

2002-10-11 Thread Jeremy Collins
Has anybody had any issues with AOLserver 3.5.0 and multipart/form-data? We are having an issue when we upload binary files. It appears that with 3.5 we need to actually fconfigure the file handle to binary in the ns_getform proc. If we don't then the resulting file ends up containing

Re: [AOLSERVER] Home for Oracle driver

2002-08-09 Thread Jeremy Collins
) don't have a problem with that? Jeremy On Fri, Aug 09, 2002 at 01:25:20PM -0400, Daniel Wickstrom wrote: Jeremy == Jeremy Collins [EMAIL PROTECTED] writes: Jeremy http://phpsource.net/aolserver/ It is mislabeled 2.6 Jeremy because I didn't know that 2.6 was in the AD distribution

Re: [AOLSERVER] AOLserver segfaulting

2002-06-03 Thread Jeremy Collins
On Mon, 2002-06-03 at 18:02, Rob Mayoff wrote: Can you get any db handles from this pool successfully? Show us the config section for the prod pool. Yes, the site works fine (ie i can get and use db handles) until a few people start clicking around thereby causing additional connections to

[AOLSERVER] XPath in ns_xml

2002-05-30 Thread Jeremy Collins
All, I have a small patch to ns_xml which adds XPath support and I was wondering who to send this patch too. I noticed that there are two different places to grab the code, aolserver.com, and acs-misc.sf.net. The patch I have is actually against the acs-misc version which is many revisions

Re: [AOLSERVER] AOLserver Oracle Driver Improvements

2002-05-30 Thread Jeremy Collins
and find someone to maintain it. Looks like Jeremy may be signing up for that daunting duty :) /s. +-- On May 30, Jeremy Collins said: Who currently maintains the AOLserver Oracle driver? No one, as far as I know. I was the last maintainer at ArsDigita. Since I no longer use