|
| From: | Michael Hennebry |
| Subject: | RE: [Help-glpk] Thread safety of GLPK |
| Date: | Wed, 14 Apr 2010 08:51:24 -0500 (CDT) |
| User-agent: | Alpine 1.00 (DEB 882 2007-12-20) |
On Wed, 14 Apr 2010, Hammond, Paul wrote:
I'm thinking since it is written in C, and C is source compatible with C++, since C++ does support locking in threads, if one was to treat it as a C++ app written mostly in C, it may be possible to multi-thread it without a huge rewrite?
C++ doesn't know about threads either. Perhaps you are thinking of some C++-only thread implementation? -- Michael address@hidden "Pessimist: The glass is half empty. Optimist: The glass is half full. Engineer: The glass is twice as big as it needs to be."
| [Prev in Thread] | Current Thread | [Next in Thread] |