Thread-safety issue in cmake support ?
Christoph Cullmann
cullmann at absint.de
Wed Jun 9 06:34:37 UTC 2010
On Monday 07 June 2010 21:35:08 Andreas Pakulat wrote:
> > If someone has a better idea, I'm all for it though
>
> How about we check what other ide's are doing (Qt Creator, Netbeans also
> has strong c++ support, maybe Eclipse CDT) and check wether its feasible
> to go the same route?
Roberto already told us, what Qt Creator does for its massive background parsing:
like said in my last mail, it does the simple: pack needed data => thread processing it => feedback to main thread concept.
This requires zero locking in the thread, but careful design to minimize the needed data you have to feed into your thread to start with and
simple interface for feedback to main thread.
Greetings
Christoph
--
-------------------------------------- Christoph Cullmann ---------
AbsInt Angewandte Informatik GmbH Email: cullmann at AbsInt.com
Science Park 1 Tel: +49-681-38360-22
66123 Saarbrücken Fax: +49-681-38360-20
GERMANY WWW: http://www.AbsInt.com
--------------------------------------------------------------------
Geschäftsführung: Dr.-Ing. Christian Ferdinand
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234
More information about the KDevelop-devel
mailing list