Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
59d43ce0
Commit
59d43ce0
authored
Jan 21, 2003
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos
parent
b9697bf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
src/ZODB/Connection.py
src/ZODB/Connection.py
+7
-8
No files found.
src/ZODB/Connection.py
View file @
59d43ce0
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Database connection support
"""Database connection support
$Id: Connection.py,v 1.8
3 2003/01/17 17:23:14 shane
Exp $"""
$Id: Connection.py,v 1.8
4 2003/01/21 21:02:28 bwarsaw
Exp $"""
from
cPickleCache
import
PickleCache
from
cPickleCache
import
PickleCache
from
POSException
import
ConflictError
,
ReadConflictError
from
POSException
import
ConflictError
,
ReadConflictError
...
@@ -33,11 +33,11 @@ from types import StringType, ClassType
...
@@ -33,11 +33,11 @@ from types import StringType, ClassType
global_code_timestamp
=
0
global_code_timestamp
=
0
def
updateCodeTimestamp
():
def
updateCodeTimestamp
():
'''
"""Called after changes are made to persistence-based classes.
Called after changes are made to persistence-based classes.
Causes all connection caches to be re-created as the
Causes all connection caches to be re-created as the
connections are
connections are
reopened.
reopened.
'''
"""
global
global_code_timestamp
global
global_code_timestamp
global_code_timestamp
=
time
()
global_code_timestamp
=
time
()
...
@@ -47,8 +47,7 @@ class Connection(ExportImport.ExportImport):
...
@@ -47,8 +47,7 @@ class Connection(ExportImport.ExportImport):
"""Object managers for individual object space.
"""Object managers for individual object space.
An object space is a version of collection of objects. In a
An object space is a version of collection of objects. In a
multi-threaded application, each thread get's it's own object
multi-threaded application, each thread gets its own object space.
space.
The Connection manages movement of objects in and out of object storage.
The Connection manages movement of objects in and out of object storage.
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment