Bug 761 - Flushing of pending writes in client application
Summary: Flushing of pending writes in client application
Status: ASSIGNED
Alias: None
Product: Dynamic Objects
Classification: Unclassified
Component: Concurrency (show other bugs)
Version: unspecified
Hardware: PC Linux
: P1 normal
Assignee: Werner Van Belle
URL:
Depends on:
Blocks:
 
Reported: 2011-01-21 12:54 CET by Werner Van Belle
Modified: 2011-01-21 12:55 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Van Belle 2011-01-21 12:54:58 CET
Should be done ocasionaly. Because we are currenlty playing with 2 ideas:
a- a socket to communicate
b- a shared memory where the information can be popped off

We currently leave it as a test to see whether a socket will be sufficiently fast. After all, the thing is that we might need a tx-server at a central place, while the memories are replicated.