[AOLSERVER] SQLite

2004-07-14 Thread Bas Scheffers
Hi, Has anyone done any work in integrating SQLite with the ns_db api? Might be an interesting project for 2 reasons: 1) There will be a simple DB again right out of the box, like the Illustra days and 2) it will be easy to write smaller, packaged apps that run out of the box on a plain vanilla

Re: [AOLSERVER] SQLite

2004-07-14 Thread Wojciech Kocjan
Bas Scheffers wrote: Hi, Has anyone done any work in integrating SQLite with the ns_db api? Might be an interesting project for 2 reasons: 1) There will be a simple DB again right out of the box, like the Illustra days and 2) it will be easy to write smaller, packaged apps that run out of the box

Re: [AOLSERVER] [ 517267 ] Patch for SEGV if 401 redirect is used

2004-07-14 Thread Greg Wolff
BNA has upgraded its production servers to AOLserver v4.0.1 and does not use any 3.x servers. We are fine with your suggestion. /pgw Dossy [EMAIL PROTECTED] Sent by: AOLserver Discussion [EMAIL PROTECTED] 07/13/2004 05:14 PM Please respond to AOLserver Discussion To: [EMAIL

Re: [AOLSERVER] File access permission

2004-07-14 Thread Greg Wolff
Don't forget that the AOLserver Tcl process does a CD. It needs write privs to create a file. If you want it to write to a specific location name that in the open. /pgw Dossy Shiobara [EMAIL PROTECTED] wrote On 2004.07.14, Wei Shi [EMAIL PROTECTED] wrote: Say if I want to write something

Re: [AOLSERVER] SQLite

2004-07-14 Thread Dossy
On 2004.07.14, Bas Scheffers [EMAIL PROTECTED] wrote: Has anyone done any work in integrating SQLite with the ns_db api? nssqllite: http://www.panoptic.com/wiki/aolserver/157 RTFW. Read The Fine Wiki. :-) -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic

[AOLSERVER] nsjk2 is not mentioned on the wiki modules page

2004-07-14 Thread Greg Wolff
I just noticed that nsjk2 is not mentioned on the AOLserver wiki modules page http://www.panoptic.com/wiki/aolserver/160 /pgw -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] with the body of SIGNOFF AOLSERVER in the email

Re: [AOLSERVER] SQLite

2004-07-14 Thread Andrew Piskorski
On Wed, Jul 14, 2004 at 01:36:43PM +0200, Wojciech Kocjan wrote: I put up my attempts on www.zoro2.org/_chwilowe/nssqlite-beta.tar.gz - if anyone would like to write some docs or something, please do so. On Wed, Jul 14, 2004 at 09:58:41AM -0400, Dossy wrote: nssqllite:

Re: [AOLSERVER] nsjk2 is not mentioned on the wiki modules page

2004-07-14 Thread Dossy
On 2004.07.14, Greg Wolff [EMAIL PROTECTED] wrote: I just noticed that nsjk2 is not mentioned on the AOLserver wiki modules page http://www.panoptic.com/wiki/aolserver/160 It's listed on the Languages page: http://www.panoptic.com/wiki/aolserver/165 Maybe it's better to have all modules

Re: [AOLSERVER] SQLite

2004-07-14 Thread Dossy
On 2004.07.14, Andrew Piskorski [EMAIL PROTECTED] wrote: On Wed, Jul 14, 2004 at 01:36:43PM +0200, Wojciech Kocjan wrote: I put up my attempts on www.zoro2.org/_chwilowe/nssqlite-beta.tar.gz - if anyone would like to write some docs or something, please do so. On Wed, Jul 14, 2004 at

Re: [AOLSERVER] SQLite

2004-07-14 Thread Talli Somekh
Dossy wrote: Two people consitutes wide interest? :-) i think that if the goal of increasing AOLserver's use as a web infrastructure, the inclusion of SQLlite is very important. PHP has dropped MySQL and included SQLlite as the default DB because it is a simple, small and self contained app for

Re: [AOLSERVER] SQLite

2004-07-14 Thread Andrew Piskorski
On Wed, Jul 14, 2004 at 12:39:51PM -0400, Dossy wrote: nssqllite: http://www.panoptic.com/wiki/aolserver/157 This should go into SourceForge CVS, yes? It's clearly of wide interest... Two people consitutes wide interest? :-) Yes. SQLite is of wide interest as a light-weight RDBMS,

Re: [AOLSERVER] SQLite

2004-07-14 Thread Wojciech Kocjan
Dossy wrote: Two people consitutes wide interest? :-) Two people asked. I wonder how many people would really be interested in nssqlite. If Wojciech doesn't want to support or maintain it, then yes, we can import it into SF CVS to make sure it's got a permanent place to live. But, it depends on

Re: [AOLSERVER] SQLite

2004-07-14 Thread Wojciech Kocjan
Andrew Piskorski wrote: If Wojciech doesn't want to support or maintain it, then yes, we can import it into SF CVS to make sure it's got a permanent place to Even if, hopefully, he does want to maintain it! Yes, as I said before - I can. I'd need to clean up the code, but when I tested it against

Re: [AOLSERVER] [ 517267 ] Patch for SEGV if 401 redirect is used

2004-07-14 Thread Jim Davidson
In a message dated 7/13/2004 5:58:33 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: On Tue, Jul 13, 2004 at 05:14:05PM -0400, Dossy wrote: Basically, the 3.x release is officially in support and maintenance mode, and new development will should only be done in the 4.x tree. How

Re: [AOLSERVER] SQLite

2004-07-14 Thread Dossy
On 2004.07.14, Talli Somekh [EMAIL PROTECTED] wrote: i think that if the goal of increasing AOLserver's use as a web infrastructure, the inclusion of SQLlite is very important. PHP has dropped MySQL and included SQLlite as the default DB because it is a simple, small and self contained app

Re: [AOLSERVER] SQLite

2004-07-14 Thread Nathan Folkman
...and for even simplier needs, there's always Berkeley DB: http://sleepycat.com/ - Nathan Dossy wrote on 7/14/04, 2:51 PM: Also, for folks who want transaction-safe database but don't want to go so far as to learn or use SQL, I'd like to remind folks about MetaKit:

Re: [AOLSERVER] SQLite

2004-07-14 Thread Andrew Piskorski
On Wed, Jul 14, 2004 at 07:58:18PM +0200, Wojciech Kocjan wrote: Ok, I'll clean things up, license it as BSD. Does anyone know if sqlite 3.0.2 is stable or development release? Does it really matter? www.sqlite.org says: 2004-Jun-30 - Version 3.0.2 (beta) Released But presumably it will

Re: [AOLSERVER] SQLite

2004-07-14 Thread Bas Scheffers
Dossy said: Also, for folks who want transaction-safe database but don't want to go so far as to learn or use SQL, I'd like to remind folks about MetaKit: What I like about SQLite is that it is actualy SQL and thus it would be easy to write an app that runs fine for a small site on SQLite and

Re: [AOLSERVER] SQLite

2004-07-14 Thread Andrew Piskorski
On Wed, Jul 14, 2004 at 02:51:44PM -0400, Dossy wrote: SQLite version 3.0 is made possible in part by AOL developers supporting and embracing great Open-Source Software. I wonder what this is all about. Anyone know? No idea. Sounds interesting, though. :) And, from the FAQ at

Re: [AOLSERVER] SQLite

2004-07-14 Thread Jim Wilcoxson
A suggestion: the SQLite DB driver could keep a serial number that is incremented whenever the DB is modified by the driver. The driver could then re-open the DB if the file handle it gets from gethandle is stale. It wouldn't work in the case of another process outside the web server modifying

[AOLSERVER] Generating .pdf Files on the Fly

2004-07-14 Thread Nathan Folkman
Is anyone doing this? More importantly, is anyone doing this via Tcl? Any pointers would be appreciated. Thanks! -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] with the body of SIGNOFF AOLSERVER in the email message. You can

Re: [AOLSERVER] Generating .pdf Files on the Fly

2004-07-14 Thread Jeff Hobbs
Is anyone doing this? More importantly, is anyone doing this via Tcl? Any pointers would be appreciated. Thanks! There is a pdflib that generates this stuff and has Tcl bindings, but IIRC it didn't have the friendliest license terms. See http://wiki.tcl.tk/pdf for more info. Jeff --

Re: [AOLSERVER] Generating .pdf Files on the Fly

2004-07-14 Thread Vlad Seryakov
We are doing it using AwareReports http://www.awaresw.com, but we bought their product, it is comercial. We are calling external program now, but they have C++ API and we started writing aolserver module for it, just never finished. It is very fast and supports Excel, PDF, PS formats. Nathan

Re: [AOLSERVER] Generating .pdf Files on the Fly

2004-07-14 Thread Nathan Folkman
Good pointers! Thanks everyone! Vlad Seryakov wrote on 7/14/04, 5:39 PM: We are doing it using AwareReports http://www.awaresw.com, but we bought their product, it is comercial. We are calling external program now, but they have C++ API and we started writing aolserver module for it,

Re: [AOLSERVER] Generating .pdf Files on the Fly

2004-07-14 Thread Barry Books
I've used Apache FOP. It works pretty well but it's in Java. You don't really need to know Java to use it since it relies on XML and stylesheets On Jul 14, 2004, at 4:32 PM, Nathan Folkman wrote: Is anyone doing this? More importantly, is anyone doing this via Tcl? Any pointers would be

[AOLSERVER] Fun: Fortune module

2004-07-14 Thread Vlad Seryakov
Can be used for fun :-)) I uploaded fortune module, similar to Unix fortune command, uses same files and returns random epigrams. http://www.crystallballinc.com/vlad/software/ -- Vlad Seryakov 703 488-2173 office [EMAIL PROTECTED] http://www.crystalballinc.com/vlad/ -- AOLserver -

Re: [AOLSERVER] Generating .pdf Files on the Fly

2004-07-14 Thread Gustaf Neumann
We use HTMLdoc via command line interface; converts HTML - PDF or PS http://www.easysw.com/htmldoc/ Best regards -gustaf neumann - Original Message - From: Nathan Folkman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 11:32 PM Subject: [AOLSERVER] Generating .pdf