Re: [AOLSERVER] 3.5.1 no response from webserver and only one nsd process

2002-12-24 Thread Scott S. Goodwin
for every connection and thread. Nate Scott S. Goodwin wrote: Sounds like you're experiencing thread stack corruption. Increase your per-thread stacksize and see if the problem still exists.: ns_section ns/threads ns_param stacksize [expr 128*1024] /s

Re: [AOLSERVER] 3.5.1 no response from webserver and only one nsd process

2002-12-23 Thread Scott S. Goodwin
Sounds like you're experiencing thread stack corruption. Increase your per-thread stacksize and see if the problem still exists.: ns_section ns/threads ns_param stacksize [expr 128*1024] /s. --- Scott S. Goodwin e: [EMAIL

[AOLSERVER] New AOLserver.com site is now available for review

2002-12-13 Thread Scott S. Goodwin
I have setup the new AOLserver.com site that Shaz has been working on -- it's on my home system. It's very simple, and it looks great. You can get to it here: http://68.1.58.211:9049 I will leave this site up for at least a week. /s.

[AOLSERVER] AOLserver Chat Session is in Progress

2002-12-05 Thread Scott S. Goodwin
In case any of you have forgotten or been confused about the time. /s.

Re: [AOLSERVER] ns_adp_registertag or ns_adp_registercmd?

2002-12-04 Thread Scott S. Goodwin
There are actually three commands, all point to NsTclRegisterAdpCmd and have an identical effect: ns_register_adptag, NsTclRegisterTagCmd, NULL ns_adp_registeradp, NsTclRegisterAdpCmd, NULL ns_adp_registertag, NsTclRegisterAdpCmd, NULL ns_register_adptag and

Re: [AOLSERVER] Config File Improvements

2002-12-03 Thread Scott S. Goodwin
The AOLserver test platform I'm building already does this for tests. When I build the platform with nsopenssl, the $TOP/tests/nsopenssl.tcl file is set up. The nsd.tcl file looks in $TOP/tests for module config files and loads the ones it finds. It also loads the .so files for modules that have a

[AOLSERVER] AOLserver 3.5 Documentation Call to Arms

2002-12-03 Thread Scott S. Goodwin
GOAL: Complete the AOLserver 3.5 Tcl and C API documentation by 31 December 2002. HOW YOU CAN HELP: Find an unassigned Tcl or C API man page at http://sourceforge.net/pm/task.php?group_project_id=7196group_id=3152func=browse You can probably skip signing up for anunassigned one if

Re: [AOLSERVER] ns_socklistencallback

2002-11-27 Thread Scott S. Goodwin
this command. Apparently it can only accept one connection at a time. On Sunday 24 November 2002 01:50 pm, Scott S. Goodwin wrote: Here's a piece of test code I've used in the past: # This proc is run when a connection occurs proc handle_socklistencallback {rfd wfd} { ns_log notice

Re: [AOLSERVER] ns_socklistencallback

2002-11-24 Thread Scott S. Goodwin
Here's a piece of test code I've used in the past: # This proc is run when a connection occurs proc handle_socklistencallback {rfd wfd} { ns_log notice "A client has connected to the socket" while {[set line [string trim [gets $rfd]]] != ""} { lappend headers $line } ns_log notice "CLIENT

Re: [AOLSERVER] Reminder: Weekly Chat Today (Thursday, November 20, 2002)

2002-11-21 Thread Scott S. Goodwin
You can lead a horse to water, but you can't make him tell time. /s. - Original Message - From: Rob Mayoff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 12:36 PM Subject: Re: [AOLSERVER] Reminder: Weekly Chat Today (Thursday, November 20, 2002) +--

Re: [AOLSERVER] Reminder: Weekly Chat Today (Thursday, November 20, 2002)

2002-11-21 Thread Scott S. Goodwin
here you go: axis-goodwins TZ=CDT6CSTaxis-goodwins dateThu Nov 21 13:41:12 CDT 2002 axis-goodwins TZ=UCT axis-goodwins dateThu Nov 21 19:40:49 UCT 2002 axis-goodwins TZ=GMTaxis-goodwins dateThu Nov 21 19:41:20 GMT 2002 So 19:00 UCT GMT (they're the same) When we switch to standard vs

Re: [AOLSERVER] AOLserver advocacy

2002-11-14 Thread Scott S. Goodwin
Title: RE: Web design - toolkit features. AOL uses it. Netscape.com uses it OpenSpec Inc. uses it (bom.com) Fox Cable Networks uses it (You know, the television people...) The U.S. Department of Defense uses it (at my location as well as others) You can tell your client: if any developer

Re: [AOLSERVER] Linux box hosed when remote Oracle db is stopped

2002-11-14 Thread Scott S. Goodwin
nsoracle-2.6.tar.gz is now there and available for download. /s. - Original Message - From: Tom Jackson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 10:42 AM Subject: Re: [AOLSERVER] Linux box hosed when remote Oracle db is stopped Actually that is Oracle

Re: [AOLSERVER] problems

2002-11-13 Thread Scott S. Goodwin
Try changing 'puts' to 'ns_puts'. You're in a threaded environment, and ns_puts knows which conn it should output to, whereas puts does not. If you want to debug, then use ns_log notice my text string and go look at the server.log file. /s. -Original Message- From: AOLserver Discussion

Re: [AOLSERVER] Emacs indents for tcl and C

2002-11-12 Thread Scott S. Goodwin
Title: Message Readability of the code is crucial. A standard formatting and comment style goes a long way to consistently clean, maintainable code. It appears we have a battle between the Tabbers and the Spacers. I suggest we collect the info on how to get various editors to "play" nice

Re: [AOLSERVER] Emacs indents for tcl and C

2002-11-12 Thread Scott S. Goodwin
I really think this issue can turn in to a big distraction when we have so much else to do. It already is a distraction. I'm offering to collect the info so that we can take this up at a later date. I have no intention of doing anything about it right now. If later we decide to leave things

[AOLSERVER] AOLserver stats package test server available

2002-11-11 Thread Scott S. Goodwin
of setting it up just so you can see what it does. /s. Scott S. Goodwin e: [EMAIL PROTECTED] | u: http://scottg.net

Re: [AOLSERVER] HTTP 1.1 Pipelining.

2002-11-10 Thread Scott S. Goodwin
Acrobat does take advantage of byte-ranges. So do a lot of download accelerators, and probably web browsers such as Opera. It would also, I expect, be useful for streaming media, though I haven't looked into that aspect yet. /s. -Original Message- From: AOLserver Discussion

Re: [AOLSERVER] HTML Stats Now Available in 3.5 Branch

2002-11-10 Thread Scott S. Goodwin
Title: Message Nathan, I installed and configured it as you've described, but it's not working for me. There is nothing in the aolserver/stats directory. I'm assuming you have some adp's that are supposed to be put into the stats directory by your comment: The code then gets installed

Re: [AOLSERVER] Other languages (was: Project Update)

2002-11-08 Thread Scott S. Goodwin
Daniel C. Wickstrom wrote: For instance, a big hurdle in integrating java with aolserver was due to the way aolserver initiates startup. While starting, aolserver blocks signals. Instead of blocking them, it might be possible to have aolserver catch signals and write a signal handler that

Re: [AOLSERVER] How I'll vote for core team members (long)

2002-11-08 Thread Scott S. Goodwin
Peter M. Jansson wrote: Since the core team members will be chosen by vote, I think it's useful to talk about how to decide for whom to vote, so I thought I'd lead off by describing the criteria I'll use. I've got a prioritized list... One criteria you missed was the willingness to learn,

Re: [AOLSERVER] How I'll vote for core team members (long)

2002-11-08 Thread Scott S. Goodwin
the Voltron paragraph. On Friday, November 8, 2002, at 04:27 PM, Scott S. Goodwin wrote: I don't consider myself a black-belt in the martial art of coding, which means I probably don't qualify based on the criteria you've given, so I guess I lost your vote.

Re: [AOLSERVER] How I'll vote for core team members (long)

2002-11-08 Thread Scott S. Goodwin
] On Behalf Of Peter M. Jansson Sent: Friday, November 08, 2002 3:53 PM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] How I'll vote for core team members (long) On Friday, November 8, 2002, at 04:27 PM, Scott S. Goodwin wrote: Should the AOL dev team members have a vote? Absolutely. They are involved

Re: [AOLSERVER] How I'll vote for core team members (long)

2002-11-08 Thread Scott S. Goodwin
Title: Message I stand corrected! It's nice to be wanted by someone other than the police for a change. What I meant by that statement was that you have a team that is focused on AOLserver, while the community is rather fragmented and unfocused on AOLserver as a whole -- we aren't

Re: [AOLSERVER] How I'll vote for core team members (long)

2002-11-08 Thread Scott S. Goodwin
-- that's really why I sent that note. On Friday, November 8, 2002, at 04:47 PM, Scott S. Goodwin wrote: I read it, but sadly I had to lookup Voltron on the net. I lived overseas at the time,

[AOLSERVER] AOLserver Chat room is full

2002-11-07 Thread Scott S. Goodwin
Title: Message It seems we're at capacity of 22 members. Those who cannot get in can read the log live at http://empoweringminds.mle.ie/openacs/chatlog/today.html Room capacity will be increased in time for next week. /s.

Re: [AOLSERVER] alloc: invalid block errors

2002-11-06 Thread Scott S. Goodwin
, deploying and state-setting fo indepenent auto tests (much akin to XP style approach to testing). Although not the same as what your describing, again there is some crossover,and perhaps its another cross-community opportunity.On Tuesday, November 5, 2002, at 08:21 pm, Scott S. Goodwin wrote

Re: [AOLSERVER] Input data verification

2002-11-05 Thread Scott S. Goodwin
I was asking if you would be able to sign up for any tasks as they come up. Right now if you can identify a man page to document that hasn't been signed up for yet, we could use your help there. Go to the SourceForge Tasks section, Documentation. We're signing up for man pages by file (ns_sock.n

Re: [AOLSERVER] alloc: invalid block errors

2002-11-05 Thread Scott S. Goodwin
Title: Message I've been setting up a framework within which to consistently fit automated test scripts. I'm using nsopenssl as my first example. I will releasethe frameworkas soon as it is fully functional for community review and comment. Some features: It compiles all source code,

[AOLSERVER] nsopenssl issue you need to be aware of

2002-10-25 Thread Scott S. Goodwin
The nsopenssl module should *not* be loaded more than one time in a server. I have received reports of corrupted data being received when the receiving SSL server has more than one copy of nsopenssl loaded, while using the ns_httpspost command. Other nsopenssl Tcl and C API commands are probably

[AOLSERVER] VoiceStream and nsopenssl

2002-10-25 Thread Scott S. Goodwin
Just reading over the chat log from yesterday -- I had an unmovable commitment and could not attend, but will be taking steps to block out that time in the future. - I am working on a test platform that we will be able to incorporate Tcl and possible C API tests into for both server and modules.

Re: [AOLSERVER] nsopenssl issue you need to be aware of

2002-10-25 Thread Scott S. Goodwin
These are things I was not aware of. I would appreciate any and all ideas about this and any other issues with nsopenssl and other modules, if you have them. I'll try the 0.0.0.0 bind with nsopenssl and see what happens. thanks, /s. -Original Message- From: AOLserver Discussion

Re: [AOLSERVER] Responding to SourceForge-generated mail

2002-10-22 Thread Scott S. Goodwin
I don't think anyone was suggested shutting down the AOLserver discussion list, just creating a new list where SF bug, feature and patch notifications would go, so those who really wanted to see them can get them . Personally I don't think we want to disrupt the current AOLserver discussion list.

Re: [AOLSERVER] Responding to SourceForge-generated mail

2002-10-22 Thread Scott S. Goodwin
One for each tracker. -- Dossy I'd say let's keep one list for ALL tracker stuff. I don't think the traffic is high enough for it to be split into multiple lists, so I don't think there's a need for the added complexity of multiple tracker mailing lists at this point. /s.

Re: [AOLSERVER] Module arrogance

2002-10-18 Thread Scott S. Goodwin
I agree with Jim's position. If the module isn't working or can't get what it needs to run, a hard failure will force you to work out the problem instead of assuming that all the parts were working fine. If the server continued to roll, you'd really have to test all your modules (by connecting to

Re: [AOLSERVER] Module arrogance

2002-10-18 Thread Scott S. Goodwin
Ok, this makes sense to me. You're right, when your server has to rely on other servers out there being up at startup time, some of which you may not have direct control of, then the ability to move on and retry the connect later is a good idea, and I think that kind of thing shouldn't have to be

Re: [AOLSERVER] Module arrogance

2002-10-18 Thread Scott S. Goodwin
This is the kind of inconsistency I am working to fix, across all of the modules. Not sure adding a default handler is the right way to go; the 80% case is for a straight failure. nssock, in my opinion, should fail if it can't bind to a port. Adding a default handler will add some complexity that

Re: [AOLSERVER] Error: nsd.tcl: Database operation 0or1row failed (exception NSINT)

2002-02-24 Thread Scott S. Goodwin
. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] aim: scottgnet - Original Message - From: oetjoen [EMAIL PROTECTED] To: AOLserver Discussion [EMAIL PROTECTED] Sent: Sunday, February 24, 2002 10:06 PM Subject: Re: Re: [AOLSERVER

Re: [AOLSERVER] Error: nsd.tcl: Database operation 0or1row failed (exception NSINT)

2002-02-20 Thread Scott S. Goodwin
Post your nsd.tcl file (minus any usernames and passwords). /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim: scottgnet - Original Message - From: The Oetjoen [EMAIL

Re: [AOLSERVER] are nsv_* functions freeing memory ?

2002-02-18 Thread Scott S. Goodwin
What does your module do? We can have it imported into the CVS tree at sourceforge. Send it to me so I can take a look. /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim: scottgnet

Re: [AOLSERVER] File uploading

2002-02-18 Thread Scott S. Goodwin
}] close $fd ns_return 200 text/plain headers in ${fn}.headers body in ${fn}.body Time to write content to file: $t1 } % /body /html /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830

Re: [AOLSERVER] File uploading

2002-02-18 Thread Scott S. Goodwin
ns_set put $rqset Content-length [string length $querystring] ...snipped... } If form.tcl isn't checking the Content-Length in the header, let's change it. /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED

Re: [AOLSERVER] File Uploading

2002-02-18 Thread Scott S. Goodwin
-Length: 4439129 Connection: Keep-Alive Cache-Control: no-cache /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim: scottgnet - Original Message - From: Rusty Brooks [EMAIL

Re: [AOLSERVER] AOLserver on HPUX: experiences?

2002-02-14 Thread Scott S. Goodwin
Jerry, If you're going to be running nsopenssl on the HPUX, you might want to also find out if anyone's had problems with it. I've never run it on HPUX. /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED

[AOLSERVER] ANNOUNCE: nsopenssl release 2.1

2002-02-14 Thread Scott S. Goodwin
. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim: scottgnet

Re: [AOLSERVER] Possible to get a list of defined keys of an nsv?

2002-01-05 Thread Scott S. Goodwin
Try 'nsv_array names' instead of 'nsv_names'. /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim: scottgnet - Original Message - From: Dave Siktberg [EMAIL PROTECTED

Re: [AOLSERVER] Possible to get a list of defined keys of an nsv?

2002-01-05 Thread Scott S. Goodwin
that I'm not tying up the nsv array that's being read by other threads. /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim: scottgnet - Original Message - From: Dave Siktberg [EMAIL

Re: [AOLSERVER] Again, Segfault with Aolserver, PHP, SquirrelMail

2001-11-26 Thread Scott S. Goodwin
human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim: scottgnet - Original Message - From: Sean Redmond [EMAIL PROTECTED] To: AOLserver Discussion [EMAIL PROTECTED] Sent: Monday, November 26, 2001 4:06 PM Subject: Re: [AOLSERVER] Again, Segfault

Re: [AOLSERVER] Nsvhr gone?!!

2001-11-15 Thread Scott S. Goodwin
. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim: scottgnet - Original Message - From: Daniƫl Mantione [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 15, 2001 10:24 AM Subject: Nsvhr gone?!! Hello, Is it possible to place nsvhr

Re: [AOLSERVER] AOLserver at SourceForge, Modules and some suggestions

2001-11-10 Thread Scott S. Goodwin
can spare an hour here or there. But it has to be a very productive hour, or we won't, individually, invest our time in it. /s. -+-+-+-+-+-+-+-+-+-+-+-+- If to err is human, I must be more human than most. Scott S. Goodwin u: http://scottg.net e: [EMAIL PROTECTED] p: 850.897.6830 aim

Re: [AOLSERVER] SOAP

2001-08-30 Thread Scott S. Goodwin
-Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Wojciech Kocjan Sent: Saturday, August 25, 2001 7:05 AM To: [EMAIL PROTECTED] Subject: [AOLSERVER] SOAP Hello. Some time ago, someone (yes, I have a bd memory :) mentioned about porting tclsoap to

Re: [AOLSERVER] Question about the America Online Inc.

2001-08-20 Thread Scott S. Goodwin
Hi Mike, You posted to the wrong group. This discussion forum is centered around AOLserver, which is an open-source web server. Try going back to aol.com and looking for help there. /s. -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Catlet

Re: [AOLSERVER] Which postgres driver should I use?

2001-08-20 Thread Scott S. Goodwin
I just found out today from Lamar Owen that the postgres 2.0 driver at OpenACS is the latest and greatest. The nspostgres 3.0 at aolserver.com is *not* the latest. It really should be called nspostgres and should be hosted at SourceForge if possible (my opinion). Also, both should be looked at

Re: [AOLSERVER] Which postgres driver should I use?

2001-08-20 Thread Scott S. Goodwin
there that someone can shed light on. /s. -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Dossy Sent: Monday, August 20, 2001 9:39 PM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] Which postgres driver should I use? On 2001.08.20, Scott S. Goodwin [EMAIL PROTECTED

Re: [AOLSERVER] AOLSERVER Digest - 17 Aug 2001 to 18 Aug 2001 (#2001-210)

2001-08-19 Thread Scott S. Goodwin
Hi Ryan, We have a lot of Apache servers running CGI. I switched out Apache with AOLserver on my servers (the others are not under my jurisdiction so to speak), and there really wasn't any noticeable difference. As we migrate from CGI to using the Tcl APIs, the big difference we see is in speed

Re: [AOLSERVER] correction! sorry

2001-08-19 Thread Scott S. Goodwin
Hi Yon, The /cgi part is supposed to tell the server to run the url as a CGI when a URL matches '/cgi'. When I set it up in my server like this and connected to a test.cgi script, it wanted me to download it. I don't have any URLs of the form somepath/somename/cgi. Maybe this is a typo in the

Re: [AOLSERVER] Symbolic links and directoryfile

2001-08-19 Thread Scott S. Goodwin
] Symbolic links and directoryfile On 2001.08.19, Scott S. Goodwin [EMAIL PROTECTED] wrote: I created a softlink in the top level in my webspace [...] I was able to then go to: http://192.168.0.2/aolserver/gomore Can you hit this URL: http://192.168.0.2/aolserver/gomore/ (with the trailing

Re: [AOLSERVER] Symbolic links and directoryfile

2001-08-19 Thread Scott S. Goodwin
Hi Ellen, every web server has what's called a pageroot, the directory in the filesystem where the web pages are served from. If the web server is going to be able to follow a soft link, that softlink must be a relative softlink rather than a fully-qualified path. Basically, you don't want your

[AOLSERVER] Interesting Article: Will Open Source Lose the Battle for the Web?

2001-08-18 Thread Scott S. Goodwin
drop in Apache's market share comes from just two large ISPs, but will they be the only ones to switch? You can find the entire article at: http://news.wideopen.com/ajb/2-118,209-103,16477905 Scott S. Goodwin e: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] | u: http://scottg.net

Re: [AOLSERVER] sockets

2001-07-31 Thread Scott S. Goodwin
I'm assuming you mean the ns_sockopen command...can you send me a test case or explain precisely what the bug is? /s. -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED]] On Behalf Of macky Sent: Tuesday, July 31, 2001 8:07 PM To: [EMAIL PROTECTED] Subject: Re:

Re: [AOLSERVER] Reminder: AOLserver weekly chat today

2001-07-19 Thread Scott S. Goodwin
Interesting. I was in the AOLserver chat room from 3-4pm Central today and only Daniel Stasinski showed up. Chat room worked fine as far as I could tell, but I didn't see any of you there. Has the room been moved? /s. -Original Message- From: AOLserver Discussion [mailto:[EMAIL

Re: [AOLSERVER] SSL built fail BSAFE variable not dfind

2001-07-15 Thread Scott S. Goodwin
Any reason why you're using nsssl? Compile AOLserver without SSL, then grab the nsopenssl module from http://scottg.net and compile/install that. It does SSLv3 and TLSv1; nsssl only does SSLv2. Also, nsopenssl is able to read client certs and has a Tcl interface to work with them. In addition,

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

2001-07-07 Thread Scott S. Goodwin
Yeah, there are some issues that will have to be worked out with regard to what the delta is between an AOLserver and OpenNSD release so that it's very clear to everyone why they should choose to use one or the other. In any case, I would hope that we would be tracking AOLserver development,