RE: Database session management with model storage.

2017-12-28 Thread D Jayachandran
Hi Tal, More than the database used, I was referring on how the model storage is being initialized and exposed. The sqlalchemy has by its own a sessionfactory and a scopesession to have sessions being exposed as thread local. But With ARIA I feel this is not properly utilized as it is

Re: Database session management with model storage.

2017-12-28 Thread Tal Liron
The default storage, SQLite, has certain concurrency limitations, but if you use a more robust server (MySQL, Postresql) there should be no issues. Maxim, any thoughts? On Fri, Dec 29, 2017 at 12:01 AM, D Jayachandran < d.jayachand...@ericsson.com> wrote: > Hi, > > We have built a REST

Database session management with model storage.

2017-12-28 Thread D Jayachandran
Hi, We have built a REST Interface on top of ARIA. With the current implementation of ARIA, the "model storage" is seen as a singleton class, thereby the database session is also restricted to a single session. By exposing ARIA over REST, In a multithreaded scenario we are ending up in having

Re: [VOTE] publish ariatosca 0.2.0

2017-12-28 Thread Thomas Nadeau
I forgot to vote myself. I downloaded and unpacked the release, the version number there appeared correct, the API docs are in the package, installs correctly using 'make install-virtual', all tests run with "make test" as well. --Tom On Wed, Dec 27, 2017 at 10:49 AM, Tal Liron