Ticket #86 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Server Dump causes clunkiness for clients

Reported by: mike Owned by: mike
Priority: normal Milestone: alpha-test
Component: server Version: 0.1-alpha
Keywords: Cc:
Estimated Effort: 1 day Platform:
State: Relative Size:

Description

Problem

When the server is dumping to disk, the clients suffer and get kind of jumpy and clunky. Suggest to somehow lower the priority of the dumping...

Change History

Changed 6 years ago by mike

  • status changed from new to closed
  • resolution set to fixed

Solution

Fixed in changeset:96 Added a 'nice' argument to Sql async persister. If set, it will call later in nice seconds to continue when it normally would loop (or pass through in the case of array and dict).

Note: See TracTickets for help on using tickets.