[AOLSERVER] repeated use of ns_register_adp?

2004-10-21 Thread Ross Simpson
Hi, I have a scheduled proc that calls ns_register_adp for every entry in an nsv. Does anyone know if there are any problems with repeatedly calling ns_register_adp with the same arguments? If so, I assume that calling ns_unregister_adp first would solve them. Thanks for the help, Ross -- AOL

Re: [AOLSERVER] Large file uploads

2004-06-07 Thread Ross Simpson
On Fri, 2004-06-04 at 17:51, Dossy wrote: > On 2004.06.04, Ross Simpson <[EMAIL PROTECTED]> wrote: > > > > Perhaps something is wrong with the way I've split out the > > configuration into separate files, or the order that the files / > > modules are sourc

Re: [AOLSERVER] Large file uploads

2004-06-03 Thread Ross Simpson
On Thu, 2004-06-03 at 16:20, Steve wrote: > On Thu, 2004-06-03 at 22:48, Jeremy Vinding wrote: > > the default is 1mb... ross changed it to 100meg, but that didn't help a > > whole lot... even an tiny little 8 meg file eventually timed out in IE. > > in galeon, it seems to just sit and spin forever

Re: [AOLSERVER] Large file uploads

2004-06-03 Thread Ross Simpson
If only :) For operational reasons, no. Having users scp files is also probably off-limits. On Thu, 2004-06-03 at 14:46, Nathan Folkman wrote: > Is FTP an option? > > Ross Simpson wrote on 6/3/04, 4:33 PM: > > > I have a file upload widget (input type=file...) which

[AOLSERVER] Large file uploads

2004-06-03 Thread Ross Simpson
I have a file upload widget (input type=file...) which will be accepting large files (>100Mb). Currently, IE (and possibly others) times out during the upload. My understanding is that since it hasn't received anything from the server (no headers, no content) that it times out. Doing a little dig

Re: [AOLSERVER] HTTP encodings

2004-05-21 Thread Ross Simpson
The nsreturnz module works great for what it does, but it's functionality is to return gzipped data all at once, where I want to use HTTP's chunked transfer encoding to send chunks of independently gzipped data to the user. I am using a hacked up copy of it for my testing, though, and it's gzip co

[AOLSERVER] HTTP encodings

2004-05-20 Thread Ross Simpson
Hello, This question doesn't _really_ have much to do with AOLserver, but since I'm trying to build some desired functionality into an AS module, I thought I'd ask here. I want to be able to stream gzipped data out to browsers. The use case for this is a user who requests an extract of a datab

Re: [AOLSERVER] SSL redirection

2004-05-05 Thread Ross Simpson
hem in the headers: > > > > GET /blah/blah HTTP/1.1 > > Host: hostname > > > > I agree, I felt a little 'dirty' grabbing the hostname out of there myself. > > > > I should note as a caveat that I'm on an older version of aolserver than > > ev

[AOLSERVER] SSL redirection

2004-05-04 Thread Ross Simpson
Hello, I'm working on a site that uses SSL, and want to redirect users who access the site via http to https. The way I've done this in the past is to check ns_conn driver, then redirect to a hardcoded URL. However, I would like to be able to do this independent of the system aolserver is runnin

Re: [AOLSERVER] tdom question

2004-03-05 Thread Ross Simpson
On Fri, 2004-03-05 at 12:52, Rob Crittenden wrote: > Dossy wrote: > >> - if so, how can I get around it (and who desires it??) :) > > > > > > > > > > ? > > Really? Can you include relative files like this? > > rob If I may further clarify, my problem does not occur when testing against Tomcat/Xal

Re: [AOLSERVER] tdom question

2004-03-05 Thread Ross Simpson
On Fri, 2004-03-05 at 12:33, Dossy wrote: > On 2004.03.05, Ross Simpson <[EMAIL PROTECTED]> wrote: > > The inclusion (from within map_results.xsl): > > > > http://www.w3.org/1999/XSL/Transform"; > > version="1.0"> > > > > > and th

[AOLSERVER] tdom question

2004-03-05 Thread Ross Simpson
I'm having a problem with tDom. I was going to ask on their mailing list, but they use Yahoo groups, which happens to be down. Hoping someone here may know what's going on :) I'm trying to include an xslt template from within another (included) xslt template. - The inclusion (from within ma

Re: [AOLSERVER] Controlling perms on files written to by AOLserver

2004-02-24 Thread Ross Simpson
This won't solve the problem of the files being created with the wrong permissions, but a quick fix may be to call ns_chmod after the file has been written. See http://aolserver.sourceforge.net/docs/devel/tcl/api/file.html#ns_chmod Ross On Tue, 2004-02-24 at 12:48, Janine Sisk wrote: > We ha

[AOLSERVER] ns_httpget problem

2004-01-28 Thread Ross Simpson
Hello, I have found a potential bug with ns_httpget. It only seems to occur when ns_httpget'ing from a slow server. The problem is that nowhere in ns_httpget or _ns_http_read is the socket being checked for EOF -- the data returned from _ns_http_read is only checked to see if it's empty. I'm usin

Re: [AOLSERVER] Ns_SetRequestAuthorizeProc has no Tcl Command

2003-10-31 Thread Ross Simpson
Isn't the HTTP authentication implementation already built into AOLserver, via ns_conn authuser and ns_conn authpassword? I have a site which has a filter registered to /*. That filter merely looks at ns_conn authuser/ns_conn authpassword and then authenticates against a file -- you could to the

Re: [AOLSERVER] Graphing

2003-08-14 Thread Ross Simpson
c.com/vlad/software > > Ross Simpson wrote: > > Hello, > > > > I was curious if anyone is doing any graphing with aolserver. > > I've been looking at the various options, and so far am not > > encouraged.. These are the packages I've looked

[AOLSERVER] Graphing

2003-08-10 Thread Ross Simpson
Hello, I was curious if anyone is doing any graphing with aolserver. I've been looking at the various options, and so far am not encouraged.. These are the packages I've looked at: plplot emu_graph Gdtcl Plplot looks good, but I get lots of core dumps while using it. Emu_

Re: [AOLSERVER] ns_register_filter problem

2003-02-17 Thread Ross Simpson
" seems to have done the trick. Thanks guys! Ross On Mon, 2003-02-17 at 14:12, Dossy wrote: > On 2003.02.17, Ross Simpson <[EMAIL PROTECTED]> wrote: > > > > I'm trying to use ns_register_filter, and am running into difficulties. > > That's because

[AOLSERVER] ns_register_filter problem

2003-02-17 Thread Ross Simpson
t-authorization filters for this connection, and it will run the function registered to handle this request. Thoughts? Ideas? thanks Ross -- Ross Simpson Associate Software Engineer | MapQuest.com [EMAIL PROTECTED] | 303.312.0187