[Bug 60523] Reduce number of network packets that server sends to client via WebSocket connection

2017-01-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60523

--- Comment #2 from Ilgar Kovalyov  ---
(In reply to Mark Thomas from comment #1)
> What does this patch do to performance? It adds a couple of copies.

Yes, it adds a couple of copies in memory but reduces number of network
packets.
Network packet transmission takes more time than operations with memory and we
have perfomance benefit sending less network packets.
If you wish this perfomance benefit can be checked by test.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 51726] configure reports "cannot remove `libtoolT': No such file or directory"

2017-01-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51726

--- Comment #6 from staszeko  ---
Option '-f' causes command 'rm' to remove file quietly, i.e. without checking
if file exists (see Linux manual page
http://man7.org/linux/man-pages/man1/rm.1.html for details). The bug remains in
either of the version quoted above: config script is trying to remove file that
does not exist.

I encountered this bug while running script 'configure' in package 'apr-1.5.2'
downloaded from 'http://apr.apache.org/'. As suggested by Christopher, I
ignored it and installed APR successfully using 'make' and 'make install'.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org