Opened 19 years ago
Closed 17 years ago
force frontend preview gens to be remote
if a recording is local (e.g. nfs) and the frontend is remote and with (currently) the ability to have multiple preview gens occurring simultaneously this can impact network traffic and FE performance if the FE is resource inhibited.
solution is to force all FE preview gens to go to the backend for action.
patch attached
Change History
(10)
by Mark Spieth, 19 years ago
| Milestone: |
unknown → 0.21
|
| Owner: |
changed from Isaac Richards to danielk
|
| Priority: |
minor → trivial
|
| Severity: |
medium → low
|
| Status: |
new → assigned
|
| Version: |
unknown → head
|
| Cc: |
Mark Spieth <mark@…> added
|
| Status: |
assigned → infoneeded
|
by Mark Spieth, 18 years ago
| Status: |
infoneeded → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Mark can you update this for SVN head?
Also instead of having both localOnly & forceRemote can you just use a bitmask 'location' which contains with kLocal=0x1, kRemote=0x2, kLocalAndRemote=0x3 and any location&3 is valid other than 0x0?