| List: | Falcon Storage Engine | « Previous MessageNext Message » | |
| From: | Kevin Lewis | Date: | April 14 2009 10:33pm |
| Subject: | CycleManager suggestion | ||
| View as plain text | |||
Jim, Do you think this is a good idea to do in the CycleManager?
while (!thread->shutdownInProgress)
{
+ // Only sleep if there is nothing to do.
+ if (!(recordVersionPurgatory || recordPurgatory ||
+ valuePurgatory || bufferPurgatory))
thread->sleep(CYCLE_SLEEP);
| Thread | ||
|---|---|---|
| • CycleManager suggestion | Kevin Lewis | 15 Apr |
| • Re: CycleManager suggestion | Jim Starkey | 15 Apr |
| • Re: CycleManager suggestion | Kevin Lewis | 15 Apr |
