Using externals in multithreaded applications
Submitted by Emmanuel Stapf on Fri, 06/20/2008 - 20:40.Using a C/C++ external in an Eiffel system is pretty easy. Simply do a C/C++ inline and provide the arguments to the C/C++ externals.
When transforming the same system into a multithreaded application one has to pay attention to something else: C/C++ externals that may take a long time to execute.