Actions
Bug #2121
closedThe SQueryl implementation is not thread safe
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The way we use Squeryl is not valid, for the session are not rightly managed
We need to correct that, or thread-related bug might arise
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 0a1a639cf0adc2ddd9ac3e96111a3684267852ff.
Updated by François ARMAND almost 13 years ago
- Status changed from Pending technical review to 10
To be more precise: as we don't want to limit Rudder to use only one Database / connection, we are not able to use Squeryl provided implementation of Session management, which is threadsafe.
So we have to use our own, which is more or less a copy/paste of squeryl one, extended to multiple connection.
The provided code seems ok.
Updated by Jonathan CLARKE almost 13 years ago
- Status changed from 10 to Released
Actions