Hi, > > And current generation libraries are also far better than older, like > OpenMP, creating threads and handling synchronization issues in OpenMP > is very easy... > > Automatic locks are provided, u need not to design your own locking > mechanisms........ Just a statement and u can lock the shared > variable... > Then the major work remains is to identify the shared access..... > > I WANT TO USE OPENMP library............. > > ANY suggestions.....
Just a multi platform consideration: Don't forget that such libraries like OpenMP could not be available on all Squid supported platforms. As example, on Windows OpenMP is available only using gcc 4.3.2 and later or MS Visual Studio 2008. But MSYS + MinGW provides gcc 3.4.5 and the Squid 3 Visual Studio Project is based on Visual Studio 2005. So, please, we should be very careful when thinking about Squid MP. Regards Guido Serassio Acme Consulting S.r.l. Microsoft Gold Certified Partner Via Lucia Savarino, 1 10098 - Rivoli (TO) - ITALY Tel. : +39.011.9530135 Fax. : +39.011.9781115 Email: [email protected] WWW: http://www.acmeconsulting.it
