GitHub user xnslong opened a pull request:
https://github.com/apache/tomcat/pull/81
Fix NIO BlockPoller slow bug
When I use tomcat as my server to receive files, and transfer some files
via a non-stable network, I found the traffic always hang for a great while
with [`zero window`]
https://bz.apache.org/bugzilla/show_bug.cgi?id=61692
--- Comment #1 from Christopher Schultz ---
I don't like this patch (-1) for a number of reasons.
1. It uses many regular expressions during each request: poor performance
2. It requires configuration for what should be pass-through semantics
https://bz.apache.org/bugzilla/show_bug.cgi?id=61668
Christopher Schultz changed:
What|Removed |Added
Keywords||Beginner
Severity|norm
Github user ChristopherSchultz commented on the issue:
https://github.com/apache/tomcat/pull/79
A few years ago, Rich Bowen gave a talk @ ApacheCon about documentation and
communities. He used Python as an example of a community where the Monty Python
jokes are so pervasive, it appear
https://bz.apache.org/bugzilla/show_bug.cgi?id=61566
--- Comment #2 from Christopher Schultz ---
(In reply to Mark Thomas from comment #1)
> Given that it is possible the APR/native connector will be removed in Tomcat
> 10, just providing this information for NIO and NIO2 could be considered.
+1
Github user ChristopherSchultz commented on the issue:
https://github.com/apache/tomcat/pull/79
References:
https://apacheconna2015.sched.com/event/2P6d/rtfm-write-a-better-fm-rich-bowen-apache-software-foundation
http://feathercast.apache.org/podcasts/ApacheConNA2015/Monday/C
On 31/10/17 14:44, Gary Gregory wrote:
> On Tue, Oct 31, 2017 at 8:33 AM, Matt Sicker wrote:
>
>> On 31 October 2017 at 04:21, Mark Thomas wrote:
>>>
>>> If the methods are required then that makes 2.4.3 broken in my view. In
>>> which case we should wait for 2.4.4 before updating the version DB
Sorry. I really need to watch that auto-complete.
Mark
On 31/10/17 16:45, Mark Thomas wrote:
> On 31/10/17 14:44, Gary Gregory wrote:
>> On Tue, Oct 31, 2017 at 8:33 AM, Matt Sicker wrote:
>>
>>> On 31 October 2017 at 04:21, Mark Thomas wrote:
If the methods are required then that mak
Author: remm
Date: Tue Oct 31 17:45:30 2017
New Revision: 1813918
URL: http://svn.apache.org/viewvc?rev=1813918&view=rev
Log:
Add sendfile support for HTTP/2 NIO2 using mapped files. Performance seems to
be improved with h2load.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncU
Author: remm
Date: Tue Oct 31 17:57:40 2017
New Revision: 1813919
URL: http://svn.apache.org/viewvc?rev=1813919&view=rev
Log:
Reduce default stream concurrent execution from 200 to 20.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2Protocol.java
tomcat/trunk/webapps/docs/changel
Author: remm
Date: Tue Oct 31 17:59:24 2017
New Revision: 1813920
URL: http://svn.apache.org/viewvc?rev=1813920&view=rev
Log:
Reduce default stream concurrent execution from 200 to 20.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Htt
Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/76
@markt-asf I added the documentation that you requested
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For addition
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-validate has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-validate has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-validate has an issue affecting its community integration.
Th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community
integration
16 matches
Mail list logo