On Wed, 14 Jan 2015, Jan Janovic wrote:

Hello community!

Is it possible to somehow pause specific thread in Quagga for several miliseconds while not affecting work of other threads? They would continue their jobs. I'm just thinking loudly. Maybe it's stupid consideration.

No, there's lots of places that do this. However, we have co-operative threads within a process, so you have to save the state (e.g. a list of pending packets), then reschedule the thread responsible for processing that list.

You're free to use multiple processes in a daemon though, if it suits the protocol.

regards,
--
Paul Jakma      [email protected]  @pjakma Key ID: 64A2FF6A
Fortune:
Never lend your car to anyone to whom you have given birth.
                -- Erma Bombeck

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to