Re: The socket backlog of HttpServer is still low.

2014-12-24 Thread KUBOTA Yuji
Hi Andrew and all, On 2014/12/25 3:45, Andrew Hughes wrote: I didn't see any objections, so done as: http://hg.openjdk.java.net/jdk6/jdk6/jaxws/rev/ff5dc052d805 Thank you for all your help! Happy Holidays! :) Yuji

Re: The socket backlog of HttpServer is still low.

2014-12-15 Thread KUBOTA Yuji
h); - [1] http://hg.openjdk.java.net/jdk6/jdk6/jdk/file/tip/src/share/classes/java/net/ServerSocket.java#l199 Thanks, Yuji On 2014/11/24 21:15, Ivan Krylov wrote: Not sure what link [1] should be demonstrating. Could you send a link to the diff associated with the fix? Thanks, Ivan On 21/11/2014 07:0

The socket backlog of HttpServer is still low.

2014-11-20 Thread KUBOTA Yuji
Hi all, JDK7 and JAX-WS RI 2.2.6 solved the low socket backlog of HttpServer [1]. However, JDK6 still provides the HttpServer which is created with socket backlog 5 [2]. I could not find the reason why this change do not backport to JDK6. Please backport it or update JAX-WS of JDK6, if there is

Re: Do not JDK-6967684 backport to JDK6?

2014-07-27 Thread KUBOTA Yuji
(2014/07/25 23:46, JST), Omair Majid wrote: I have pushed it: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/2d334ea351f0 Many thanks for your time and help!! Cheers, Yuji KUBOTA.

Re: Do not JDK-6967684 backport to JDK6?

2014-07-23 Thread KUBOTA Yuji
(2014/07/17 1:20 JST), Omair Majid wrote: > Bug and patch look straight-forward and correct. No objections from me. Thank you for your help! and sorry for delayed reply. I do not have any role of OpenJDK projects. So, can someone please backport of JDK-6967684 to JDK6? Best regards, KUB

Re: Do not JDK-6967684 backport to JDK6?

2014-07-10 Thread KUBOTA Yuji
Hi, (2014/07/11 0:24 JST), Omair Majid wrote: I have not reviewed this patch yet, but I would like to request that you hold off on this patch for a few days. I am currently working on updating OpenJDK 6 for the security update due on 2014-07-15. Thanks for your help! Yes, I do not want to inte

Re: Do not JDK-6967684 backport to JDK6?

2014-07-10 Thread KUBOTA Yuji
Thank you for response and CC to proper ml :) I hope to backport this patch if there is no specific reason to block. Yuji (2014/07/04 20:46), Ivan Krylov wrote: Don’t have an answer this but CC-ing openjdk6-dev Ivan On 23 Jun 2014, at 07:03, KUBOTA Yuji wrote: Hi all, I got