Files
MaxScale/server
Markus Makela c2310327fc Fixed idle session processing
The current implementation of idle connection timeouts is not safe. The sessions
are handled in a way which is not thread-safe and the checking is done from
a non-polling thread.

With this change, the checks for the session timeouts are done in one of the
polling threads in a thread-safe manner only if at least one service has enabled
the timing out of idle client connections.
2016-01-19 10:53:55 +02:00
..
2016-01-19 10:53:55 +02:00
2016-01-19 10:53:55 +02:00
2015-11-30 11:20:27 +02:00