php - Comparing websockets with long-polling -


i measure , compare server-performance between long-polling , websockets. have built simple php-application ratchet(php websockets) outputs data in console(guide: http://socketo.me/docs/hello-world). long-polling app php , generating random numbers , logging them in console(this post: how implement basic "long polling"?).

is there way fair comparison between these applications without using database? tool(s) should use measure?

thanks.

i'd recommand zabbix.

it gives alot of information server overload.

you can try xdebug.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -