[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C++ and threading howto for linux dev



Hi Emanoil,

On Mon, Aug 10, 2009 at 07:09:05PM +0200, Emanoil Kotsev wrote:
> Hi, perhaps it's OT but still the debian list is the best one (my subjective
> opinion), so I dear to ask here.
> 
> I'm willing to build an app that starts 3 threads, especially (soap client,
> server from libcsoap and terminal), so I couldn't manage to do the job in
> C++, because they it lacks native threading support. PThread lib is C.
> 
> Does any one know a good howto (working one - tested hin/herself)

Check out these ones:
http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/thread_2thread_8cc-example.html#_a11
http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/thread_2dispatcher_8cc-example.html#_a0

Doc:
http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1Thread.html

Regards,
.

> 
> I tried a bunch of junk over the weekend and could make it
> 
> I also couldn't find a user-list for libcsoap, but the question is a general
> one - HOW THE H**L ARE YOU WRITING threaded apps in C++. It shouldn't be
> that hard - or is it?
> 
> Thanks in advance
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 


Reply to: