Greg Ewing wrote:

> Firebird could be a solution to this. It can be
> used in a mode that doesn't need a server, and it
> has no trouble at all with concurrency or large
> amounts of data that I know of.

so a library that doesn't support multiple independent readers/writers on
a single file at all is much better than one that does, at least if the latter
immediately reports conflicts if you use a zero second timeout ?

</F>



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to