hivesolutions / colony-plugins

The base colony plugins
http://getcolony.com
4 stars 2 forks source link

SQLSession class that is able to handle sessions using SQL #8

Closed joamag closed 1 year ago

joamag commented 10 years ago

Description

The FileSession class is not "thread safe" so a new alternative must be created that is at the same time thread/concurrent safe and uses the pickle serialization for legacy issues.

Solution

Use the current adapters for SQL interaction (for legacy) and issue SQL command directly to them instead of using the (more heavy) data model (ORM) based usage.

joamag commented 1 year ago

Closing as not relevant.