i am writing a Campus Search ENgine on DJango.while i create 2 tables for
FtpUrls and HttpUrls.
after i restart the serves. I start the query.
At first time ,it goes well,runs very quickly. However,it stop load when i
start the second Query,the error-number is 301.
i wonder whether something wrong on threading?
a = ftpsearch(word)
b = websearch(word)
for t in [a,b]:
t.start()
t.join()
-------It's my code on threading----
Can Someone help me with it? Thank You very much.
--
Start Dream
http://www.freeis.cn/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---