Hi,

I have two questions about queuelib:

1. The readme says that it isn't thread safe, but I'm not sure what 
precisely that means: I assume it certainly means that concurrent pushing 
is a problem. I hope it does not mean that concurrent pushing and popping 
is a problem (so one thread adds to the queue, another reads from it). And 
I'm not sure whether concurrent popping is a problem. Can somebody tell me 
what it means?

2. There seems to be no method to flush the queue. What would be the best 
way to do this? (At the moment I am using "os.system('rm -r %s' % queue)", 
which I'm sure is not the best way.)

Thanks for any help!
Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to