[Cppcms-users] Async for specific users
Brought to you by:
artyom-beilis
|
From: Sergey S. <ser...@gm...> - 2013-01-07 23:49:22
|
Hi. I have example: user_id: 1 user_id: 2 user_id: 3 user_id: 4 user_id: 5 How i can make long polling only for 1,2,3 users id and other polling only for 4,5? 1 \ 2 --> first poll 3 / 4 \ 5 --> second poll |