[PATCH 3/8] [v2] wsdapi: Add support for sending messages via UDP multicast.

Owen Rudge owen at owenrudge.net
Mon Mar 19 06:39:28 CDT 2018


Hi Huw,

> I realise it needs to be done in a background thread.  I was
> commenting that creating a *new* thread for each message seems
> expensive, but this can probably wait for later.

Ah, sorry, I misunderstood that. Yes, a thread pool would be better in the long run. Publish tends to be called once at the start of an application or service, so it's less critical in terms of performance.

Thanks,

Owen



More information about the wine-devel mailing list