Christopher Browne <[EMAIL PROTECTED]> writes:

> A major  problem with creating some new "embedded DBMS" is that by the
> time you get finished dealing with the concurrency challenges, you'll
> probably have gone off and recreated an ad hoc, informally-specified,
> bug-ridden slow implementation of about half of PostgreSQL.  And what is
> even more unfortunate is that the resulting code will probably be
> _bigger_ than PG...

I dont think so, because an embedded SQL database is meant for
single-user access.  There is no concurrency challenge because there
is nothing with which to be concurrent (except yourself).

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to