tis 2009-09-15 klockan 10:58 -0400 skrev Sachin Malave: > But if we use external library like openmp then i dont think we need > to make much changes in actual codes. But that is only possible if we > find blocks in existing codes which could be executed by different > threads...
Unfortunately the execution blocks in Squid is very small, with it being designed for non-blocking I/O operation (which can be compared as a form of cooperative multitasking if you like). Regards Henrik
