https://bugzilla.redhat.com/show_bug.cgi?id=1327980

            Bug ID: 1327980
           Summary: Review Request: python-pickleshare - Tiny
                    'shelve'-like database with concurrency support
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]



Spec URL:
https://ignatenkobrain.fedorapeople.org/for-review/python-pickleshare.spec
SRPM URL:
https://ignatenkobrain.fedorapeople.org/for-review/python-pickleshare-0.7.2-1.fc24.src.rpm
Description:
PickleShare - a small 'shelve' like datastore with concurrency support.

Like shelve, a PickleShareDB object acts like a normal dictionary.
Unlike shelve, many processes can access the database simultaneously.
Changing a value in database is immediately visible to other processes
accessing the same database.

Concurrency is possible because the values are stored in separate files.
Hence the "database" is a directory where all files are governed by
PickleShare.
Fedora Account System Username: ignatenkobrain

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to