>>>>> "Max" == Max Horn <[EMAIL PROTECTED]> writes:

Max> I don't think any of our performance problems are due to perl anyway,
Max> and so far nobody (including Kyle) has been able to prove
Max> otherwise. All bottlenecks I see so far are disk I/O related, or due
Max> to suboptimal algorithms (i.e. our abuse of storable is becoming a
Max> speed issue, the data involved simply is to big for it). Fixing that
Max> will require a rewrite of parts in any case; but of course rewriting a
Max> (well modularized) part of code is much easier than rewriting
Max> everything from scratch, so I am still skeptic.

You should look into DBD::SQLite then... a complete SQL engine with
transactions, subselects, views, etc... but without the server
running!  The entire engine is included in the DBD::SQLite distro.
It's really rather remarkable.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to