:: Re: [DNG] Doing away with multi-thr…
Startseite
Nachricht löschen
Nachricht beantworten
Autor: tilt!
Datum:  
To: dng
Betreff: Re: [DNG] Doing away with multi-threading in my project (netman)
On 09/02/2015 10:27 PM, Steve Litt wrote:
> Personally, I'd go waaaaay out of my way never to multithread unless
> there were a huge reason to do so. Your app does such a small, quick
> job that there's no reason.
>
> You mentioned the front and back end communicating with each other,
> and everyone mentioned fifos. I agree. And if there's a reason for
> one program to tell the other that info's ready for it, that's what
> SIGUSR1 and SIGUSR2 are for. Or at least what *I* use them for.


Yeah ok, let's do this :)

But where's the most current code? :-D I lost sight of it at some point.

Best regards,
T.