[QFJ-429] Concurrency reading / writting file store Created: 10/Apr/09 Updated: 15/Nov/12 Resolved: 25/Jan/10 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.5.0 |
| Type: | Bug | Priority: | Default |
| Reporter: | Paul-Henri Giraud | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In some case, two thread access the file store: one for writing outgoing messages, another one for reading old messages (e.g. while a sequence resend). |
| Comments |
| Comment by Steve Bate [ 25/Jan/10 ] |
|
SVN #928 Interesting. I've only seen this type of Java file-writing behavior when writing/reading from multiple processes. I've never seen it with multiple threads in a single process. Is this easy to reliably reproduce? If so, it would be good to create a unit test to demonstrate it. |