SQLite server using execnet ?

Grigory Javadyan grigory.javadyan at gmail.com
Mon Feb 21 01:43:44 EST 2011


Are you sure you'll still be able to guarantee the ACID'ity of
transactions? What about performance? Also, what kind of load are you
expecting? I believe this will choke under too much simultaneous
queries.

On Mon, Feb 21, 2011 at 4:55 AM, Stef Mientki <stef.mientki at gmail.com> wrote:
> hello,
>
> knowing that SQllite is not a client/server database,
> still want to see if a simple client/server setup would solve my current problems for the moment
> (because I love the simplicity of SQLlite,
> and planned to go to a client / server database in the future)
>
> Now I wonder if anyone has considered  to use Python execnet-module to realize a simple SLQlite
> client / server application.
>
> If I look at the documentation of execnet,
> (and I realize that I'm a great optimist)
> it would take between 20 and 50 lines of Python code.
>
> thanks very much for your opinions.
> cheers,
> Stef Mientki
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list