SINGLESOCK - How much to strip away?
Hal Murray
hmurray at megapathdsl.net
Fri Jun 1 04:55:00 UTC 2018
Ian Bruene said:
> 1. Stop using work queue. Handlers are called directly by the receivers.
> 2. Remove work queue checking by mainloop()
The receive loop is several layers down. The handler dispatching is up in
the main loop.
You may want to move the receive loop up to the main loop rather than moving
the handler dispatching down to someplace obscure. Whatever looks best after
you find all the tail.
--
These are my opinions. I hate spam.
More information about the devel
mailing list