RE: [Question] About muti-thread with wayland/weston

2016-08-03 Thread Zhu, Lingyun
: [Question] About muti-thread with wayland/weston Hi Lingyun, On 8 July 2016 at 06:52, Zhu, Lingyun wrote: > I’m trying to develop an application under Yocto, which may have > multiple (maybe 16) threads contained in one process. > > Each thread wants to have an individual connection

Re: [Question] About muti-thread with wayland/weston

2016-07-20 Thread Daniel Stone
Hi Lingyun, On 8 July 2016 at 06:52, Zhu, Lingyun wrote: > I’m trying to develop an application under Yocto, which may have multiple > (maybe 16) threads contained in one process. > > Each thread wants to have an individual connection with Weston and render > its own picture independently at the

[Question] About muti-thread with wayland/weston

2016-07-20 Thread Zhu, Lingyun
Hi, guys I'm trying to develop an application under Yocto, which may have multiple (maybe 16) threads contained in one process. Each thread wants to have an individual connection with Weston and render its own picture independently at the same time. But I'm not sure whether it's feasible with We