gSoap

Robert Fraser fraserofthenight at gmail.com
Fri Aug 3 11:57:43 PDT 2007


kenny Wrote:

> Quite frankly, D sucks for some things -- like sockets for example. For some reason, I can always get them to go faster in C than I can in D. The other thing is threads. locking mutexes and not having tons of problems works perfect in C, but in D, I want to kill myself. If I use the standard threads, it issues a USER1/USER2 signal every time the gc is run (extremely annoying in gdb). If I implement my own threading using pthreads, I sometimes get undefined behaviour... it just seems annoying is all, when in C, I know exactly what is happening.
> 

Try Tango.



More information about the Digitalmars-d mailing list