[AOLSERVER] testing application on AOLserver

2001-07-11 Thread Remigiusz Sokolowski
hi! I have an application - kind of cache - it gets some file from another server, sends it to browser and saves this content on HDD (when some file is on HDD, then program gets file's content from it). When I test functionality, all is OK. When I try to test performance (using apacheBench), after

[AOLSERVER] DB2

2001-07-11 Thread Alan Wright
Does anyone know of AOLServer database drivers for DB2? It is looking interesting from a value point of view when compared to Oracle. TIA Alan Wright

Re: [AOLSERVER] DB2

2001-07-11 Thread David Weis
Rob Mayoff had written a driver for it. I was using it heavily with AS2.3.3 for a while. I don't know if it's been updated for AS4 yet. dave On Wed, 11 Jul 2001, Alan Wright wrote: > Does anyone know of AOLServer database drivers for DB2? > > It is looking interesting from a value point of view

[AOLSERVER] [ aolserver-Support Requests-440262 ] Using the ns_table and ns_column

2001-07-11 Thread Ms. Source Forge
Support Requests item #440262, was opened at 2001-07-10 19:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=203152&aid=440262&group_id=3152 Category: Scripting: Tcl/ADP Group: aolserver3_4 Status: Open Priority: 5 Submitted By: Tyge Cawthon (tyge) Assigned to: Nobo

Re: [AOLSERVER] DB2

2001-07-11 Thread Mike Hoegeman
Alan Wright wrote: > > Does anyone know of AOLServer database drivers for DB2? > > It is looking interesting from a value point of view when compared to > Oracle. > > TIA > > Alan Wright http://dqd.com/~mayoff/aolserver/src/dqd_db2/ -mike hoegeman, [EMAIL PROTECTED]

[AOLSERVER] User Authentication Questions

2001-07-11 Thread Khaldoun Shobaki
Hi, I'm new to AOLserver and to the list. Please forgive me if I ask some stupid questions. I've been searching thru the archives and the net with limited luck, so I've given up and am sending message to the list. I'm setting up a site where I would like users to be required to login with us

Re: [AOLSERVER] testing application on AOLserver

2001-07-11 Thread Rob Mayoff
> Could anybody clear it to me (are there such mechanisms? how to > work-around them?) or I must search for some ind of error in my code? What version of AOLserver are you using? Are you running AOLserver under a monitor (such as /etc/inittab or daemontools) that will restart it if it dies? Als

Re: [AOLSERVER] User Authentication Questions

2001-07-11 Thread Scott LaPlante
use to set a cookie: set headers [ns_conn outputheaders] ns_set put $headers "set-cookie" "$headerName=$headerValue ;path=/" use to extract a cookieName from the cookie header: set header [ns_set iget [ns_conn headers] "cookie"] if { [regexp "${cookieName}=(\[^ ;\]*)" $header match co

Re: [AOLSERVER] User Authentication Questions

2001-07-11 Thread Patrick Spence
- Original Message - From: "Scott LaPlante" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 11:41 AM Subject: Re: [AOLSERVER] User Authentication Questions > > cookies are quirky- keep the path and expires value under tight wraps. if > you set the expires valu

Re: [AOLSERVER] testing application on AOLserver

2001-07-11 Thread Wojciech Kocjan
Hi. I've been using ab on many of my ADP pages, mostly to compare them with mod_dtcl and php clones. Haven't noticed any blocking mechanisms. I've also tested memory leaks in C code used in Tcl, so ab -n 200 and 'good night, computer' was quite a normal thing for me. And never encountered an

[AOLSERVER] [ aolserver-Bugs-440568 ] ADP parsing bug

2001-07-11 Thread Ms. Source Forge
Bugs item #440568, was opened at 2001-07-11 19:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=103152&aid=440568&group_id=3152 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Yon Derek (yond) Assigned to: Nobody/Anonymous (nobody

[AOLSERVER] [ aolserver-Bugs-434722 ] ADP parsing dumps core in 4.0b1

2001-07-11 Thread Ms. Source Forge
Bugs item #434722, was opened at 2001-06-20 00:53 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=103152&aid=434722&group_id=3152 Category: Scripting: ADP Group: aolserver4_0 Status: Open Resolution: None Priority: 8 Submitted By: Yon Derek (yond) Assigned to: Nobody

[AOLSERVER] Problems compiling AOLSrv 3.4 in Win2000 - (tcl8x.c missing in 3.4 distribution)

2001-07-11 Thread Ariel E. Carná
Hi to everyone! I'm compiling AOLServer 3.4 on Win2000, after read a message from Kris Rehberg indicating that the file "tcl8x.c" was moved to "tcl8.3.2/generic/nsthreads.c" and in consequence is neccesary to change the win32 project to reflect this. Then I changed the project. I added the file "

Re: [AOLSERVER] Problems compiling AOLSrv 3.4 in Win2000 - (tcl8x.c missing in 3.4 distribution)

2001-07-11 Thread Yon Derek
The short answer is that 3.4 has not been mainted wrt. to making it compileable under windows so unless you're able to fix the code yourself, you're out of luck. If you feel brave, I've made binaries of AOLServer 4 beta (and some other goodies) available here: http://acs-misc.sourceforge.net/ns_r

Re: [AOLSERVER] Problems compiling AOLSrv 3.4 in Win2000 - (tcl8x.c missing in 3.4 distribution)

2001-07-11 Thread Ariel E. Carná
Reading the mailing list archives I found found the mistake! Thanks again people! Ariel. - Original Message - From: "Ariel E. Carná" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 2:31 AM Subject: [AOLSERVER] Problems compiling AOLSrv 3.4 in Win2000 - (tcl8x.c