[ZODB-Dev] blob todos

2007-06-08 Thread Christian Theune
Hi, (this goes mostly to Jim) I just noticed that the blob.py has a todo list at the end of it. We shouldn't let it stay there. Here are some comments about the various entries: # To do: # # Production # # - Ensure we detect and replay a failed txn involving blobs forward or #

Re: [ZODB-Dev] blob todos

2007-06-08 Thread Jim Fulton
On Jun 8, 2007, at 1:15 PM, Christian Theune wrote: Hi, Am Freitag, den 08.06.2007, 13:13 -0400 schrieb Jim Fulton: FileStorage doesn't play anything forward on startup. It does throw away partial or uncommitted transactions. I don't see any significant harm in leaving extra blob files

Re: [ZODB-Dev] blob todos

2007-06-08 Thread Jim Fulton
On Jun 8, 2007, at 12:36 PM, Christian Theune wrote: Hi, (this goes mostly to Jim) I just noticed that the blob.py has a todo list at the end of it. We shouldn't let it stay there. Here are some comments about the various entries: # To do: # # Production # # - Ensure we detect and

Re: [ZODB-Dev] blob todos

2007-06-08 Thread Christian Theune
Hi, Am Freitag, den 08.06.2007, 13:13 -0400 schrieb Jim Fulton: FileStorage doesn't play anything forward on startup. It does throw away partial or uncommitted transactions. I don't see any significant harm in leaving extra blob files around and they would eventually be removed

[ZODB-Dev] speeding up zdctl/zdrun start

2007-06-08 Thread Daniel Drake
Hi, Starting the database through zdrun is quite slow, as it always ends up sleeping for at least 1 second: - zdctl spawns zdrun - zdctl immediately tries to connect to the unix socket - unix socket is not ready or non-existent - zdctl sleeps for 1 second - zdctl retries the connection The

Re: [ZODB-Dev] speeding up zdctl/zdrun start

2007-06-08 Thread Jim Fulton
On Jun 8, 2007, at 5:43 PM, Daniel Drake wrote: Hi, Starting the database through zdrun is quite slow, as it always ends up sleeping for at least 1 second: - zdctl spawns zdrun - zdctl immediately tries to connect to the unix socket - unix socket is not ready or non-existent - zdctl