Hi,
* Nico Golde <[EMAIL PROTECTED]> [08-11-06 19:36]:
* Daniel Watkins <[EMAIL PROTECTED]> [2008-11-06 19:28]:
The second feed in my list always takes a long time to respond, which means 
that all of my feeds take ages to update.  If feeds were fetched in parallel, 
this wouldn't be a problem.

What is the problem reordering your list then? Fetching them in parallel would be a locking problem for the sqlite db I think.

No, it's not a locking problem (I already keep a mutex to serialize all
queries to the database), but the logic of maintaining several
threads and efficiently assigning feeds that need to be reloaded to them
is not quite trivial. I have this feature on my list of things that I
maybe want to implement in the future, but right now I think that the
necessary changes would be too risky to do.

Regards,
Andreas



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to