Jump to content


Queue bug

hangs drives me crazy

  • Please log in to reply
No replies to this topic

#1 em7

em7

    Newbie

  • Member
  • Pip
  • 4 posts

Posted 21 August 2011 - 04:16 PM

Hi,

Short story, I got a big queue, lots of small files which causes problems.

1. it makes queue backup too often... like once every minute and it's noticeable through stuttering on a 3GHz dual core with 2GB of ram.
2. if I press the search button in that moment of backup, ApexDC freezes. I got frozen 3 times the last 10 minutes.

void QueueManager::on(TimerManagerListener::Second, uint64_t aTick) throw() {
	if(dirty && ((lastSave + 10000) < aTick)) {
		saveQueue();
	}

3. Is the above it?
4. Can the Queue.xml be defined in DCPlusPLus.xml becausecause I would like to move it to a RAM drive


3 and 4 are if no one is willing to fix this bug


A simple solution to it, would be to increase the timeout to 5 minutes or make a setting for it AND to disable the search button while the backup is in progress.



Edit:

getQueueFile.... I can't seem to find it. Where is it defined?


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users