Re: eliminated hputs, buffer_add, hflush, and buffered

2001-11-21 Thread David N. Welton
the complicated thing is that we have to move a few more things over into the channel implementation. We also need to prevent the first puts from ever flushing - maybe by setting the buffer size to a huge value (the maximum is 1,000,000). -- David N. Welton Consulting: http://www.dedasys.com

Re: flush

2001-11-21 Thread David N. Welton
[EMAIL PROTECTED] (David N. Welton) writes: Damon Courtney [EMAIL PROTECTED] writes: It appears that flushing stdout is not having any affect. I tried using it in a for loop, just spitting out numbers and flushing after each one, and it has no affect. Is there something we're

Re: flush

2001-11-21 Thread David N. Welton
? We can kill them - I put them in because I had hoped to have a flushproc:-( -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/

escaping start/close tags in Tcl sections of tcl/html pages

2001-12-28 Thread David N. Welton
I'm thinking about redoing the parser to take into account situations like this: some html ? puts {? blah blah blah?} ? Which currently cause problems with the parser. Thoughts? Maybe at the same time, I can make it accept ?dtcl as well as ?, also... -- David N. Welton

Re: escaping start/close tags in Tcl sections of tcl/html pages

2001-12-29 Thread David N. Welton
editing mode like psgml in emacs, which keeps track of context and what tags can be inserted, adding spurious markup is bad. BTW, I'm back from honeymoon, recovered from the wedding and now recovering from Christmas, which means I'll be back on some code very shortly. Cool:-) -- David N

Re: env trace

2002-01-05 Thread David N. Welton
Damon Courtney [EMAIL PROTECTED] writes: How far did you get with putting a trace on variables in the env() array and loading them on demand? I found a bug in Tcl with this line of exploration, so I pretty much gave up, because the fix won't work its way in for a while:-( -- David N

Re: page name (.ttml, .asp, .pl...?)

2002-01-06 Thread David N. Welton
in the sources and docs to talk about 'rvt' instead of 'ttml'. -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/

Re: rivet_dir_vars and rivet_user_vars?

2002-01-07 Thread David N. Welton
directly from within the DirConf routines. Sounds good - maybe make a namespace for it? Or a hash table? Some way of protecting it, basically. Maybe a config command so that we can access the same variables/config options from Tcl? Or is that too hairy/error prone. Probably is. -- David N

Re: rivet_dir_vars and rivet_user_vars?

2002-01-08 Thread David N. Welton
bit about being able to change them at the Tcl level, but that would be too ugly. I like the way you do are doing it now. -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http

Re: Rivet C code

2002-01-09 Thread David N. Welton
to compile seperately if need be. Maybe we could create a switch at compile time, infact. Speaking of which, have either of you guys tried compiling Rivet on windows? I'm really curious to know if our build system has a shot at working there. -- David N. Welton Consulting: http://www.dedasys.com

Re: Rivet C code

2002-01-09 Thread David N. Welton
modules, and packages like that should use it. My two euro cents... -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/

Re: TclX commands

2002-01-10 Thread David N. Welton
it is going to be possible to take it out again, at least not without pissing people off. -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/

cool examples?

2002-01-12 Thread David N. Welton
You guys have any ideas for cool examples of Rivet in use that we could put on the web pages? -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/

Re: cvs commit: tcl-rivet/src make.tcl mod_rivet.c rivetCore.c

2002-01-21 Thread David N. Welton
have a mod_dtcl user who is trying to 'exit' from .ttml pages, but can't find a good way to do so. I haven't been able to come up with a good answer, so far:-/ -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http

Re: parsing of document of type text/xml

2005-08-12 Thread David N. Welton
-raw_post = data; /* Give people a way of getting at the raw data. */ split_to_parms(req, data); } } return OK; } and just saves a pointer to the data which Tcl can fish out later. In any case, let me know if that does the trick or not. Ciao, -- David N. Welton - http

towards a release

2005-08-23 Thread David N. Welton
Ok, folks, let's take stock of what we need to get done before we release. I would like to see the docs and tests for abort_page updated. I am going to try and look at the make install stuff and see that things are going according to plan (I think tweaks are needed). Other things? -- David N

Re: towards a release

2005-08-24 Thread David N. Welton
that fixes the recent bugs. All the AJAX stuff looks neat, but it's not something I've got time to wade into right now:-/ -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux, Tcl Consulting - http://www.dedasys.com

subversion

2005-09-02 Thread David N. Welton
really be a big shock. The reason behind this move is that the ASF is moving towards Subversion and does not have the resources to maintain both CVS and SVN... If anyone needs help, please contact the me via this mailing list. Ciao, -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux

Re: Rivet version number

2005-09-15 Thread David N. Welton
, did I miss it?. -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux, Tcl Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Rivet web page / notable users list

2005-09-16 Thread David N. Welton
for great publicity. Thanks, -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux, Tcl Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: make install error

2005-09-16 Thread David N. Welton
tcl-rivet/rivet/ need to go in /usr/lib/rivet/ or wherever else the tcl package path is... -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux, Tcl Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail

Re: Aardvark...

2005-09-18 Thread David N. Welton
Shishir Ramam wrote: David, Thanks for the reply. On 9/18/05, David N. Welton [EMAIL PROTECTED] wrote: Shishir Ramam wrote: Should I be looking someplace else? Look around for an older version that still has it. That, or you could do like so... look in the Changelog and see when

macosx build

2005-09-23 Thread David N. Welton
instructions to use aardvark... You don't think it is possible to make it work 'correctly' ? -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail

Re: rivet website architectures

2005-09-23 Thread David N. Welton
David N. Welton wrote: [How to architect Rivet applications] Anton Osennikov wrote: I use the following approach. The wiki is ready and waiting whenever you want to put your ideas there:-) -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http

Re: child exit error

2005-10-01 Thread David N. Welton
David N. Welton wrote: It looks like there is something stuck in the channel when the child exits and the flush causes problems... I did some hacking to get around that, if that were a problem, but I'm also seeing something else on one of my servers: #0 0x40247a27 in select () from /lib/tls

Re: rivet-dio and sqlite

2005-10-02 Thread David N. Welton
using the 'native' interfaces. It really wasn't much of a problem. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: rivet website architectures

2005-10-06 Thread David N. Welton
/ now. The page is immutable. Will you ask them to return the link back? I was able to edit it and put it back, thanks for pointing that out! Thankyou, -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: rivet and sqlite again

2005-10-08 Thread David N. Welton
://www.sqlite.org/tclsqlite.html Has all you need - it's pretty simple to start using, enjoy! -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL

Re: Fwd: Rivet/Tk

2005-10-13 Thread David N. Welton
the manual into Castellano, although that's a big effort and is likely to mean lots of maintainance work too. The first thing to do in any case is to get involved by signing up for the rivet-dev mailing list! Bienvenido, in any case! -- David N. Welton - http://www.dedasys.com/davidw/ Linux

Interim release

2005-10-19 Thread David N. Welton
Hi all, Release plans... I'd like to do this 1.0 release, but I'm going to vote -1 unless things build out of the box on common platforms, and that doesn't seem to be happening. So - I'd like to do another point release 0.6 or 0.7 - any objections? -- David N. Welton - http://www.dedasys.com

Re: help- having problems with apache and rivet50 under windows

2005-10-28 Thread David N. Welton
guess:-/ Is there anything else in the error.log file? Pat, any ideas as to what might be happening? A stdout should definitely be defined! -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: help- having problems with apache and rivet50 under windows

2005-11-03 Thread David N. Welton
perhaps (fingers crossed) the problems aren't there in the latest code. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Compiling on Fedora 4

2005-11-07 Thread David N. Welton
-rivetCore.lo] Error 1 Which version is this? If you aren't using the code out of svn, try this beta: http://people.apache.org/~davidw/rivet-0.7.0.tar.gz and let us know if it still exhibits the problem. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http

Re: help building rivet on panther

2005-11-07 Thread David N. Welton
insight into what might be malfunctioning. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: help building rivet on panther

2005-11-07 Thread David N. Welton
David N. Welton wrote: Jake Miles wrote: I'm not sure if this is how to post to the mailing list, but this is my tclConfig.sh. Thank you for any help. - Jake I'm going to try compiling it on the ASF MacOS X machine, and see if there are any problems that I can see locally. Otherwise

Re: Compiling on Fedora 4

2005-11-07 Thread David N. Welton
going to see if I can get the libtool guys to answer this, because debugging autotools problems is an excersize in pain. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: 0.7.0 beta

2005-11-07 Thread David N. Welton
release (although I don't know if *that* is compatible with cygwin:-( ) I didn't build Apache myself, is this necessary ? Do I need Apache sources somewhere ? You definitely need the include files! See if you have httpd.h - if you don't, that will definitely be a problem. -- David N. Welton - http

Re: 0.7.0 beta

2005-11-07 Thread David N. Welton
the environment set up on my own windows partition, so I can see about making things work better WRT any thread problems. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: Compiling on Fedora 4

2005-11-07 Thread David N. Welton
as to what might be a cause of the problem. (Guam sure sounds like it's nice at this time of year compared to rainy, cold northern Italy!) -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: 0.7.0 beta

2005-11-07 Thread David N. Welton
, but he is apparently not able to continue doing so at this point in time, so it's up to us. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail

Re: apache rivet: configure.tcl and make.tcl missing from distribution

2005-11-08 Thread David N. Welton
to do that in any case. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DIO buglet

2005-11-09 Thread David N. Welton
package require DIO set dbh [DIO::handle Postgresql dbh -db shopping] $dbh array select id, code from codes res puts $res(code) This barfs because 'res' is a magic name. I don't mind picking another name, but it's a minor annoyance. Ciao, -- David N. Welton - http://www.dedasys.com/davidw

Re: 'DIO' buglet

2005-11-09 Thread David N. Welton
to a shoe, but decided to try DIO out of sheer lazyness for a simple project:-) -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: apache rivet: configure.tcl and make.tcl missing from distribution

2005-11-10 Thread David N. Welton
doing wrong? - Jake *incidentally, the latest README.MacOSX from cvs says that it builds turnkey under Mac OS X. Maybe under Tiger? I still get thevriables not found errors and have to make the above modification to configs.tcl. -- David N. Welton - http://www.dedasys.com/davidw

Re: sessions with rivet

2005-11-11 Thread David N. Welton
[ Hi - the rivet-dev list is really the best one to use... ] Michel Salvagniac wrote: Hi, is it possible to handle sessions with rivet? Yes, via the sessions package. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: rivet upload causes server crash

2005-12-10 Thread David N. Welton
the smallest configuration/code snippet that causes the crash. Also, which Apache are you using? -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL

Re: rivet and FC4

2006-01-05 Thread David N. Welton
by using genconf.sh and see if that changes anything. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Rivet Apache 2

2006-01-09 Thread David N. Welton
, but it can be changed whenever we want. Well, let's get it in subversion, and then go from there with improving/extending it. Thanks again:-) -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: Rivet Apache 2

2006-01-10 Thread David N. Welton
still compile? Once you do that, I think there are no longer any blocks to putting this in subversion! I guess it's also high time that we figure out how to use subversion branches, so that the current code can become 1_0... -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source

Re: Session and DIO Package used with MySql and Oracle

2006-01-14 Thread David N. Welton
to check in your patch to subversion. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

1_0 branch

2006-01-14 Thread David N. Welton
Hi, In order to have a checkpoint where everything is known to work pretty well, I went ahead and made a branch in subversion. You can get the 1.0 code like so: svn co https://svn.apache.org/repos/asf/tcl/rivet/branches/1_0/ rivet Or sans https if you do anon checkout. -- David N. Welton

checked in 2.0 code

2006-01-15 Thread David N. Welton
Ok, I checked in Eckhard Lehmann's code... I haven't even tried to compile it yet, but at least we can work from something in version control. I probably made a few mistakes, but we'll correct them as we find them. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source

Re: Rivet Apache 2

2006-01-15 Thread David N. Welton
file uploads (which is sort of tricky). It's a convenience thing, mainly. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Rivet and Authorization

2006-02-11 Thread David N. Welton
authentication system. There is actually an authorization step in the struct the defines what an apache module can do, so there is some hacking to be done there if you desire, as well... -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

ApacheCon Europe

2006-03-13 Thread David N. Welton
Call for papers... so have at it! http://www.eu.apachecon.com/ -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: problem with mod_rivet.so

2006-03-22 Thread David N. Welton
installed it? Saludos, -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: installing rivet on solaris (help requested)

2006-04-08 Thread David N. Welton
: No such file or directory apache_request.h:6:25: http_config.h: No such file or directory apache_request.h:7:23: http_core.h: No such file or directory This looks like it's not finding the Apache header files... Where are they located? Does apxs -q INCLUDEDIR agree with that? -- David N

Wrap it up and call it 1.0?

2006-04-09 Thread David N. Welton
the 2.0 development, although I don't have time for it either, so I can't complain, but... we got a big patch and then nothing. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: globals

2006-04-10 Thread David N. Welton
, and has some promising links. http://en.wikipedia.org/wiki/HTTP In any case, that's correct, there is no state unless you create it artificially, by using the session package for instance. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com

Re: checked in 2.0 code

2006-04-17 Thread David N. Welton
David N. Welton wrote: Ok, I checked in Eckhard Lehmann's code... I haven't even tried to compile it yet, but at least we can work from something in version control. I probably made a few mistakes, but we'll correct them as we find them. Hi - I'm wondering if you've done anything

Re: Session and DIO Package used with MySql and Oracle

2006-04-24 Thread David N. Welton
Arnulf Wiedemann wrote: Am Samstag 14 Januar 2006 16:55 schrieb David N. Welton: Arnulf Wiedemann wrote: Hello, I have now running the Session package together with DIO with a dio_Oracle module since 2 weeks in a production environment. The testing environment is running with dio_Mysql

Re: Session and DIO packages patches

2006-05-14 Thread David N. Welton
for your work on it! -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]