Is there any tutorial on multithreading. For me when i use 10 thread to create web 2.0 account it use the same table for all 10 thread instead of using different ten different table.
For example my xls file has
user-id,passwd,blogid,email-id1
user-id2,passwd2,blogid2,email-id2
till 100 ID
execution count-10
Maximum of thread 10
All 10 thread using the same field (user-id,passwd,blogid,email-id1)
For example my xls file has
user-id,passwd,blogid,email-id1
user-id2,passwd2,blogid2,email-id2
till 100 ID
execution count-10
Maximum of thread 10
All 10 thread using the same field (user-id,passwd,blogid,email-id1)