|
|
|
|
|
by zenspider
6485 days ago
|
|
perl threading was (and I'm sure still is) absolutely horrid. I'd be interested in seeing the results of a rewrite not to C, but to python or ruby where the threading support is much much better. Then you could rewrite functions at a time in C as needed, but not have the extra burden of rewriting the whole thing. I totally agree with the rest of the approach. Going low tech and using unix tools is a very good way to reduce overhead, increase parallelism, and delay calculations. One of the nice things about this approach is you can cobble up another $50 unix box to do some of the bulk processing via nfs or other means. Congrats... It sounds like a very interesting project. |
|
Could you elaborate a bit on this?