On Thu, 16 Dec 1999, Geoff Hutchison wrote:

> 
> I noticed the thread on a SQL backend died down, but no one answered my
> question about what SQL features we'd want beyond the naive ones supported
> by Berkeley.

I think for most people the issue is more access to the DB so we can
modify or do our own hooks into it.  And for really large sites,
scalibility- being able to do searches and digs at the same time. 

One feature I'd like to see is a object for PHP and/or Perl so that
database driven sites can not only update their site, but the search
engine in real-time.  Basically, never having to do another dig again.

And for that matter a PHP/mod_perl ready object for searches as well.
That way we can take advatage of persistent SQL sessions.  Doing SQL hits
via a CGI will have a significant performance hit if you have to reconnect
to the DB each time, and it also saves a fork().

--
Aaron Turner, Core Developer       http://vodka.linuxkb.org/~aturner/
Linux Knowledge Base Organization  http://linuxkb.org/
Because world domination requires quality open documentation.
aka: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 

Reply via email to