Re: [AOLSERVER] /NS/Admin forms for 3.x

2001-08-30 Thread Daniel P. Stasinski
I recall reading somewhere that a third-party had developed a utility that could accomplish much of what the NS/Admin forms did. Anyone know where I could get a copy of this? Yes, download them at http://www.scriptkitties.com/ Daniel P. Stasinski http://www.disabilities-r-us.com [EMAIL

[AOLSERVER] Vim syntax file for ADP

2001-08-30 Thread Wojciech Kocjan
Hello. I've made the first release of my (still testing) ADP syntax for Vim. It's available on http://tcl.zoro2.org/adp.vim -- WK

[AOLSERVER] Calling Tcl functions from C.

2001-08-30 Thread Peter Harper
If I've got a detached thread running some C code, how might I go about executing a Tcl procedure. Ns_TclEval looks like what I'm looking for, but it needs a server connection (as far as I can tell from the documentation). If anyone has done this before, or could give me some pointers/examples

Re: [AOLSERVER] Calling Tcl functions from C.

2001-08-30 Thread Jim Wilcoxson
This gets a conn: Ns_Conn *conn; /* get connection structure */ conn = Ns_TclGetConn(interp); if (conn == NULL) { Tcl_AppendResult(interp, NULL conn??, NULL); return TCL_ERROR; But a detached thread won't have a conn structure - it isn't associated with a connection. I think

Re: [AOLSERVER] Calling Tcl functions from C.

2001-08-30 Thread Michael Richman
In a message dated 8/30/01 12:00:42 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: If I've got a detached thread running some C code, how might I go about executing a Tcl procedure. Ns_TclEval looks like what I'm looking for, but it needs a server connection (as far as I can tell from the

[AOLSERVER] Reminder: AOLserver weekly chat today

2001-08-30 Thread mayoff
The AOLserver weekly chat takes place today and every Thursday. Common topics include AOLserver, Tcl, SQL, ACS, and general web-related questions. The place: AIM chatroom AOLserver on exchange 4 The time: 20:00 UTC During the summer, that time is 4 PM US/Eastern 3 PM US/Central 2

Re: [AOLSERVER] AOLserver mailing list suspended and now freed

2001-08-30 Thread Steve Manning
At 29/08/01 22:45, you wrote: The AOLserver mailing list was suspended for a few days due to excessive postings--the threshold of 50 messages per day was reached. I have freed the list. Thanks to Jerry Asher for pinging me about this. Kris Great timing! I just switched my mail server from

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