Re: [AOLSERVER] Retrieving files from form's...

2001-04-06 Thread Tuncay Baskan
Hi, When you do a ns_getform in your handler, form set should have the following keys: img1.content-type img1.tmpfile img2.content-type img2.tmpfile You can get them with "ns_set get" command. On 2001.04.05 17:02:50 +0300 Franclim FĂ©lix Bento wrote: > Hi, > > I've one doubt (not realy

[AOLSERVER] [ aolserver-Support Requests-414372 ] nsd runs for a few seconds, then quits

2001-04-06 Thread Mr. Source Forge
Support Requests item #414372, was updated on 2001-04-06 12:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=203152&aid=414372&group_id=3152 Category: First-Time Startup Group: None Status: Open Priority: 5 Submitted By: Corey Marquardt (plasticus) Assigned to: Nob

Re: [AOLSERVER] AOLSERVER Digest - 3 Apr 2001 to 5 Apr 2001 (#2001-86)

2001-04-06 Thread Jim Davidson
In a message dated 4/6/2001 12:04:09 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: > > I believe, on my 4th attempt, I may have correctly implemented Zoran's > > patches to the 3.3.1 code to avoid the crash. > > > > Hopefully all is well now. This stuff has to work now - Tcl 7.6 has been

Re: [AOLSERVER] AOLSERVER Digest - 29 Mar 2001 to 30 Mar 2001 (#2001-82)

2001-04-06 Thread Jim Davidson
In a message dated 3/31/2001 1:03:13 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: > I've been trying to tune AOLServer for performance with static pages. > The things I've done is to turn of logging,set threadmax to 20 and 1 > connection per thread > Is it possible to get AOLServer to out

Re: [AOLSERVER] AOLSERVER Digest - 29 Mar 2001 to 30 Mar 2001

2001-04-06 Thread Jim Wilcoxson
Check http://www.acme.com/software/thttpd/benchmarks.html and look at the graph at the bottom. There is a discussion of sending http headers out separate from the data, which is (I believe) what AOLServer does. This throttles performance because of TCP/IP "slow start" and the TCP/IP Nagle. Ther