Menu

Trac Commit Log


Commit Date  
[r3764] by cboos

Another follow-up to r3756: don't delete the connection pool at thread shutdown.

2006-09-22 15:48:04 Tree
[r3763] by cboos

Follow-up to r3756: make the !ConnectionPool really thread-safe by tracking in the !PooledConnection instance the thread which created it. Should fix #3504.

2006-09-22 10:23:38 Tree
[r3762] by mgood

fixes #3763 re broken support for optional ticket custom select fields

2006-09-21 21:25:38 Tree
[r3761] by cmlenz

Remove debug output leftover from connection pool code.

2006-09-21 14:21:38 Tree
[r3760] by cboos

WebAdmin / Genshi: initial migration complete, seems to work fine.

2006-09-21 13:54:36 Tree
[r3759] by cboos

WebAdmin / Genshi: prepare migration

2006-09-21 13:04:31 Tree
[r3758] by cboos

Genshi branch: add ''-genshi'' to the version name

2006-09-21 10:32:52 Tree
[r3757] by cboos

Make support for scoped repository a little bit more robust. Fixes #3752.

2006-09-21 09:21:36 Tree
[r3756] by cboos

Fix the logic of the !ConnectionPool w.r.t to threads.

!PooledConnection could end up being garbage collected in an other thread than the one which created it.
- this triggered an assertion (#3504)
- even if the assertion was avoided by properly tracking the !PooledConnection, with some backends (pysqlite) it's illegal to manipulate a Connection from a different thread than the one which created the instance.

Therefore we had to ensure that upon thread termination, the connection created and used by the thread was properly closed.

Closes #3504.

2006-09-20 21:11:56 Tree
[r3755] by cboos

Post-process filters don't need to see requests that are terminated by a !RequestDone exception (i.e. the normal way to terminate after a direct req.write or req.redirect).

Closes #3655 again.

2006-09-20 20:34:42 Tree
Older >
MongoDB Logo MongoDB