eiffelthread

article

Using externals in multithreaded applications

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.

Using blocking qualifier

blog Using an automatic build and testing system

patrickr's picture

A couple of days ago we setup an automatic build and testing system for our development of [1]. We used [2] as the base of the system. CruiseControl does check if there were any changes to the source code and launches a build.


Syndicate content