Forum: Python Jul 16th, 2009 |
| Replies: 5 Views: 257 If the multi-threaded script controls multiple threads simultaneously then the answer is yes.
For example if I want to write a program designed to crunch data and turn it from one form into... |
Forum: Python Jun 18th, 2009 |
| Replies: 12 Views: 418 Alternatively how about each name in your list has a dynamic array of file offsets! Parse the file once and collect the file positions and store them in each's offset list. When done parsing, use... |