Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
5bedc346
Commit
5bedc346
authored
Nov 02, 2001
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finish merging changes from the zeo-1_0-branch.
Not sure how this one got missed.
parent
941ec59a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/ZEO/StorageServer.py
src/ZEO/StorageServer.py
+2
-3
No files found.
src/ZEO/StorageServer.py
View file @
5bedc346
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
#
#
##############################################################################
##############################################################################
__version__
=
"$Revision: 1.3
0
$"
[
11
:
-
2
]
__version__
=
"$Revision: 1.3
1
$"
[
11
:
-
2
]
import
asyncore
,
socket
,
string
,
sys
,
os
import
asyncore
,
socket
,
string
,
sys
,
os
from
smac
import
SizedMessageAsyncConnection
from
smac
import
SizedMessageAsyncConnection
...
@@ -99,6 +99,7 @@ from thread import start_new_thread
...
@@ -99,6 +99,7 @@ from thread import start_new_thread
from
cStringIO
import
StringIO
from
cStringIO
import
StringIO
from
ZEO
import
trigger
from
ZEO
import
trigger
from
ZEO
import
asyncwrap
from
ZEO
import
asyncwrap
from
types
import
StringType
class
StorageServerError
(
POSException
.
StorageError
):
pass
class
StorageServerError
(
POSException
.
StorageError
):
pass
...
@@ -421,7 +422,6 @@ class ZEOConnection(SizedMessageAsyncConnection):
...
@@ -421,7 +422,6 @@ class ZEOConnection(SizedMessageAsyncConnection):
if
wait
:
if
wait
:
self
.
message_output
(
'RN.'
)
self
.
message_output
(
'RN.'
)
self
.
__server
.
_pack_trigger
.
pull_trigger
()
self
.
__server
.
_pack_trigger
.
pull_trigger
()
else
:
else
:
# Broadcast new size statistics
# Broadcast new size statistics
self
.
__server
.
invalidate
(
0
,
self
.
__storage_id
,
(),
self
.
__server
.
invalidate
(
0
,
self
.
__storage_id
,
(),
...
@@ -607,4 +607,3 @@ if __name__=='__main__':
...
@@ -607,4 +607,3 @@ if __name__=='__main__':
d
=
{
'1'
:
ZODB
.
FileStorage
.
FileStorage
(
name
)}
d
=
{
'1'
:
ZODB
.
FileStorage
.
FileStorage
(
name
)}
StorageServer
(
port
,
d
)
StorageServer
(
port
,
d
)
asyncwrap
.
loop
()
asyncwrap
.
loop
()
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