Re: [AOLSERVER] Data corruption with fastpath caching

2008-08-20 Thread Derek
On Aug 20, 2008, at 11:54 AM, John Caruso wrote: Actually that wouldn't have fixed the problem in the code that led us to find out about this in the first place. The change that I suggested does fix that problem, though, and it directly addresses the limitation of mtime's one-second

Re: [AOLSERVER] Data corruption with fastpath caching

2008-08-20 Thread Derek
On Aug 20, 2008, at 1:29 PM, John Caruso wrote: Whether or not that's so, the fact is that everyone on this list appeared to share the same utterly natural assumption that ns_returnfile X really will return file X--which turns out to be untrue solely because of fastpath caching's design

Re: [AOLSERVER] ns_zlib compress

2007-04-20 Thread Derek
works for me too on 4.5. since it only compresses adp files when specified server-wide, i wrote a filter based on daniel stasinski's earlier message to automatically gzip static requests (if not already) and serve them. working without a problem. thanks everybody for the help. Quoting

Re: [AOLSERVER] ns_zlib compress

2007-04-19 Thread Derek
Write the gzip data to a file then do an ns_returnfile. That's what I'm doing. Quoting John Buckman [EMAIL PROTECTED]: How do you enable gzip page compression on ns_register_proc pages? The adp gzip compression occurs in C code, in Ns_ConnFlush(), which checks for Accept-Encoding: gzip

Re: [AOLSERVER] ns_zlib compress

2007-04-11 Thread Derek Keller
Quoting Dossy Shiobara [EMAIL PROTECTED]: On 2007.04.11, Ali Salem [EMAIL PROTECTED] wrote: With reference to gzip compression support in aolserver 4.5.0, where should I place the [ns_zlib compress $file_requested] in order to guarantee the compression of every file being requested? Note that I

Re: [AOLSERVER] aolserver 4.5 - Tcl exception when querying pages registered with ns_register_proc

2007-02-19 Thread derek
Can you post your nsd.tcl? On Feb 19, 2007, at 5:19 PM, Alex wrote: Any ideas on this topic? Thanks, ~ Alex. On 2/17/07, Alex [EMAIL PROTECTED] wrote: On the same note, It does not seem to be a namespace issue, in both cases (loading libraries and adp page code) namespace is global (::).

Re: [AOLSERVER] aolserver 4.5 - Tcl exception when querying pages registered with ns_register_proc

2007-02-16 Thread derek
issue. Derek -- 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.

[AOLSERVER] Fwd: [AOLSERVER] errors compiling nsmysql on osx tiger

2006-11-06 Thread derek
hmm... looks like I can't compile nspostgres either because of similar errors. i've tried every trick i can find for these. does anyone have any installation instructions for either nsmysql or nspostgres on tiger? Begin forwarded message: From: Derek Keller [EMAIL PROTECTED] Date

[AOLSERVER]

2006-07-06 Thread Derek Keller
into this problem? I'd appreciate if anybody could give a bit of time to sorting this out. Thank you! --- Derek Keller [EMAIL PROTECTED] http://cowboyoftexas.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] with the body

Re: [AOLSERVER] [AS 4.0] FreeBSD, Debian or other ?

2003-11-21 Thread derek keller
I was going to migrate a project to freebsd because I like it. There are instructions available for getting oracle running, but oracle the company won't support it... so I went with suse. --- Jean-Fabrice RABAUTE [EMAIL PROTECTED] wrote: Thanks for the tips. I need to select between Debian

Re: [AOLSERVER] [Tcl-Threads] Erlang's mnesia database?

2003-10-07 Thread derek keller
What about mysql's heap tables? http://www.databasejournal.com/features/mysql/article.php/3077531 I don't know if that would do what you want, but if so would eliminate needing another layer of software. I'm also not sure if postgresql has something similar. Again like SQLlite, MetaKit might

Re: [AOLSERVER] unable to make nspostges

2003-09-20 Thread derek keller
You can add to the LD_LIBRARY_PATH VARIABLE. Or add the path to the file /etc/ld.so.config and then run the command ldconfig. Neither of these worked for me (I was using freebsd though). I made a soft link from /usr/lib/libpq.so.3 to the pgsql directory: % ln -s /usr/lib/libpq.so.3

Re: [AOLSERVER] Database pool configuration

2003-09-16 Thread derek keller
for aolserver4 you have to load nsdb.so in your modules section: ns_section ns/server/${server}/modules ns_param nsdb /usr/local/aolserver/bin/nsdb.so --- Joshua Adam Ginsberg [EMAIL PROTECTED] wrote: Hello - I'm trying to get 4b10 up and running and I've been hitting some hurdles. The

Re: [AOLSERVER] apache compatibility (was: Are the weekly chats officially dead?)

2003-08-01 Thread derek keller
apache compatibility in aolserver? band-aid. keep the products separate but functionally similar, which they are. make some docs for apache users: how to do apache-specific tasks in aolserver with some examples. the problem isn't that the functionality is missing, its not knowning syntax. if

Re: [AOLSERVER] apache compatibility

2003-08-01 Thread derek keller
i didn't mean any personal criticism. what i do mean is that it's not easy to move between systems, especially when you don't have the time or money to spend doing it. in these situations, if docs existed it might make the transition easier as there probably are elements of apache functionality

[AOLSERVER] compiling postgresql driver on os x

2003-07-18 Thread derek
I'm running mac os 10.2.6 and postgresql 7.3.3. I've tried compiling the nspostgres driver from aolserver and the postgres driver from openacs -- both fail. Are they compatible with 7.3.3? The last few lines of make output for the openacs driver are as follows: postgres.c:1926: parse error

Re: [AOLSERVER] Netscape-Brew

2003-03-18 Thread derek keller
you won't really be running a powerhouse environment until you move to a set of clustered apple iigs web servers. although someone should really run some performance tests vs. the nintendo. sorry... off toaopic... --- Oliver Bird [EMAIL PROTECTED] wrote: Bas Scheffers wrote: Oliver Bird

[AOLSERVER] client for aolserver weekly chat

2003-02-12 Thread Derek Keller
the list of aim chat clients on aolserver.com doesn't mention the windows port of gaim at http://gaim.sourceforge.net/. it's currently alpha, but i've had no problems. derek

[AOLSERVER] ns_conncptofp

2002-07-16 Thread Derek Wahila
-derek

Re: [AOLSERVER] Nonblocking calls and EWOULDBLOCK

2001-09-03 Thread Yon Derek
Beware: take this with a BIG grain of salt. After an hour of staring at TCP implementation in kernels 2.2.18 (~RH 6.2) and 2.4.4 (~RH7) (i.e. tcp_recvmsg() in \linux\net\ipv4\tcp.c it looks like it's exactly how they work. In 2.2.18 if len = 0 it will return 0/no error and there is a

Re: [AOLSERVER] Nonblocking calls and EWOULDBLOCK

2001-09-03 Thread Yon Derek
I know. There is also Source-Navigator from Cygnus/RedHat (http://sources.redhat.com/sourcenav/). I haven't played with cscopy (only looked at it some time ago), I did play some with SourceNavigator. I just think that SourceInsight people got this thing right. I almost enjoy using it (which is

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Yon Derek
Also do you have an URL for a nsvhr setup doc? I don't know where to begin on that. But it's a make-or-break issue for us, and a lot of other companies I'm sure. Any experience I get from doing it on Windows will be contrib'd back to the group. To the best of my knowledge nsvhr as present

Re: [AOLSERVER] installing AOL Server on WINDOWS!

2001-08-22 Thread Yon Derek
Tell you what, I can walk you through that if you'll walk me through the same thing with PostGreSQL. I just did AOLserver last week, from the binaries, not the C source. If you need to compile it from the source I can't help you. I have battle-tested info on installing PostgresSQL on

Re: [AOLSERVER] correction! sorry

2001-08-19 Thread Yon Derek
What is the difference between: ns_param map GET /cgi /usr/local/cgi (the first sample config on your page) And ns_param map GET /*.cgi / (second sample config). I mean the difference between GET /cgi and GET /*.cgi? What scripts will be matched for GET /cgi? Also this page is not linked from

Re: [AOLSERVER] Resume download for AOLServer

2001-08-19 Thread Yon Derek
is there a way to resume download for AOLServer? What do you mean? Do you mean that you want a program like GetRight or wget to be able to resume a download FROM an instance of AOLserver? If so, you can try 3.2+ad12 or 3.3+ad13. I implemented support for byte ranges (which is

Re: [AOLSERVER] perms

2001-08-08 Thread Yon Derek
Certainly... what I am working on is as close to live updating as possible of users for a subscription based website.. we are using a third party to charge cards and generate the accounts for us, so I have to work around that difficulty.. I'm interested in the on-line billing options.

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:

[AOLSERVER] ANN: Regression testing framework for OpenNSD/AOLServer

2001-07-08 Thread Yon Derek
Some time ago there was some talk about testing AOLServer. You can find unofficially official release of nstest-0.1 (code-named Unobtrusively Confusing), regression testing framework for OpenNSD/AOLServer, here: http://acs-misc.sourceforge.net/nstest-manual.html Comments and suggestions

[AOLSERVER] ANN: OpenNSD/AOLServer 4 beta 2

2001-07-07 Thread Yon Derek
I've made a very unofficial realease of OpenNSD/AOLServer 4.0 beta 2. It's available here http://acs-misc.sourceforge.net/ns_rel_beta2.html The most interesting thing there are Windows binaries with nsxml, nsvhr modules and PostgreSQL database driver.

Re: [AOLSERVER] ANN: OpenNSD/AOLServer 4 beta 2

2001-07-07 Thread Yon Derek
Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Titus Brown Sent: Saturday, July 07, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] ANN: OpenNSD/AOLServer 4 beta 2 On Sat, Jul 07, 2001 at 04:35:46PM -0700, Yon Derek wrote: - I've made a very unofficial

Re: [AOLSERVER] ANN: OpenNSD/AOLServer 4 beta 2

2001-07-07 Thread Yon Derek
Well, for one OpenNSD/AOLServer confusion cannot be avoided, too late for that (in general). To clear things even more: this is not an OpenNSD folks release. This is my little private release. Basically my goal was to give people Windows binaries for OpenNSD/AOLServer, nsxml, nsvhr and postgres

[AOLSERVER] ANN: XSLT support in ns_xml available

2001-06-17 Thread Yon Derek
I've added XSLT support to nsxml module. All information is available here: http://acs-misc.sourceforge.net/wiki/index.php?XsltSupportForAolserver I'll maintain nsxml module so if you have bugfixes, send them to me. Anyone in power here can give me CVS commit access to AOLServer@sourceforge (my

Re: [AOLSERVER] several questions - mostly C API

2001-06-14 Thread Yon Derek
In 4.0 name-base vhosting should just work. I got it working with current CVS code (nsvhr as a proxy on port 80 and other hosts bound to whatever port) so if your needs aren't bigger than that (name-based vhosting within one process) you shouldn't need any code changes. -Original

Re: [AOLSERVER] ns_xml module node count

2001-06-14 Thread Yon Derek
I think this is mentioned in libxml faq ( http://www.xmlsoft.org/FAQ.html ), point 1 in Developer corner section. -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Tom Jackson Sent: Thursday, June 14, 2001 3:03 PM To: [EMAIL PROTECTED] Subject: