Re: [naviserver-devel] patch for ns_sockcallback

2013-10-09 Thread Gustaf Neumann
Lieber Herr Winkler, Die Zahlen klingen sehr gut! Verwenden sie noch den websocket code von: http://www.dcon.at/test/websockets/websockets.zip Da im dem originalen code die "expr" nicht geschweifte Klammen verwenden, werden die expressions nicht byt

Re: [naviserver-devel] patch for ns_sockcallback

2013-10-09 Thread Wolfgang Winkler
Dear Gustaf! I tested the patch and it is working perfectly. Once again I'm impressed with NaviServer. I tested with 5200 websocket connections. Every 10 seconds each connection sends a "still alive" message. Posting a 1000 character message f

Re: [naviserver-devel] patch for ns_sockcallback

2013-10-09 Thread Gustaf Neumann
Am 09.10.13 08:47, schrieb Wolfgang Winkler: Hello! We are using websockets on naviserver. After connections are established, we create a callback for the read event with ns_sockcallback and push them in the background with ns_chan. We hit a limit of exactly 100 connections, which went away,