Re: [sqlite] sqlite driven web-site

2006-05-05 Thread Clark Christensen
- Original Message From: Matt Sergeant <[EMAIL PROTECTED]> To: sqlite-users@sqlite.org Sent: Friday, May 5, 2006 9:47:10 AM Subject: Re: [sqlite] sqlite driven web-site FWIW I've created a very high traffic web site (over 2000 tps) that uses SQLite at its core (also uses MS SQ

Re: [sqlite] sqlite driven web-site

2006-05-05 Thread Matt Sergeant
FWIW I've created a very high traffic web site (over 2000 tps) that uses SQLite at its core (also uses MS SQL Server, but don't blame me for that). So high traffic isn't a problem with a good design. On 5-May-06, at 11:30 AM, Clark Christensen wrote: I have dynamic apps running on my company

Re: [sqlite] sqlite driven web-site

2006-05-05 Thread Clark Christensen
I have dynamic apps running on my company's website using Perl and SQLite. There's a very good wrapper for using SQLite with the Perl DBI. Check out http://search.cpan.org/~msergeant/DBD-SQLite-1.12 It works well for a low-volume app on a public site. I'm working on a new app (also all Perl)

RE: [sqlite] sqlite driven web-site

2006-05-05 Thread Chris Werner
Vivek, I build web based tools for the telecom industry, mostly using Perl. I would ask if you are building a CGI or mod_perl web site? CGI will be easier to start with, mod_perl will take you farther; but that has nothing to do with SQLite. Have a look at http://perl.apache.org There was a tim

Re: [sqlite] sqlite driven web-site

2006-05-04 Thread A. Pagaltzis
Hi Vivek, * Rajan, Vivek K <[EMAIL PROTECTED]> [2006-05-05 07:35]: > Has someone done something like that and would share their > experience on this topic. have a look at Catalyst: http://www.catalystframework.org/ (Installation can be a pain; if you have problems, don’t miss CatInABox: http://