Arc Forumnew | comments | leaders | submitlogin
2 points by highCs 3068 days ago | link | parent

Sophia doesn't allow multiple processes to access the same databse.


2 points by highCs 3067 days ago | link

What I could do however, is have a master process starts an http server with a daemon-less database. At this point, one can read and write the database at any time via http requests. Then I can make the worker processes thing works. Then Arc has parallelism.

-----