Re: [PATCH wayland] increase server listen queue to 8

2014-11-24 Thread Imran Zaman
Actually we were connecting multiple simultaneous child/session westons to system weston and sometime it didn't succeed. Nevertheless we are not sure that this can be one of the reasons and we couldnt spot the problem precisely (we were testing it in Tizen with kernel version: 3.14.19-10.4) We

Re: [PATCH wayland] increase server listen queue to 8

2014-11-19 Thread Pekka Paalanen
On Wed, 15 Oct 2014 16:43:34 +0300 Imran Zaman imran.za...@gmail.com wrote: Hi This will allow more than 1 simultaneous client connections to the server without the possibility of connection refused error. possible use case is multiple session compositors can connect to the system

[PATCH wayland] increase server listen queue to 8

2014-10-24 Thread Imran Zaman
Hi This will allow more than 1 simultaneous client connections to the server without the possibility of connection refused error. possible use case is multiple session compositors can connect to the system compositor simultaneously. diff --git a/src/wayland-server.c b/src/wayland-server.c