[Bug 53883] isapi_redirect v 1.2.37 crashes w3wp.exe on the production web servers - faulting module msvcrt.dll

2012-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53883 Frank Kavanagh changed: What|Removed |Added OS||All --- Comment #1 from Frank Kav

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-09-25 Thread Gump
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-taglibs-standard has an issue affecting its community integration.

WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Elgs Chen
Dear Tomcat Developers, I have a question regarding the behavior of the WebClassLoader.loadClass(String name, boolean resolve) in the org.apache.catalina.loader package. I have the following assumptions, please correct me if any is wrong: 1, It seems the WebClassLoader only uses the SystemClassL

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Mark Thomas
On 25/09/2012 13:19, Elgs Chen wrote: > Dear Tomcat Developers, > > I have a question regarding the behavior of the > WebClassLoader.loadClass(String name, boolean resolve) in the > org.apache.catalina.loader package. > > I have the following assumptions, please correct me if any is wrong: > 1,

Re: to improve the performance of form-based upload for Tomcat 7

2012-09-25 Thread Fastupload
Konstantin, to whom maybe concern, What's the right org that I can apply a commuter account of apache open source project? Best Regards, Link Qian On Sep 11, 2012, at 9:48 PM, Konstantin Kolinko wrote: > 2012/9/11 Link Qian : >> Konstantin, >> >> Could you give me a reference about involv

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Elgs Chen
Hi Mark, Thanks for your fast answer. That helped me to narrow down the scope of this problem. I understand line 262 is to initialize and create the common, shared and catalina class loaders. But I'm still struggling how the WebappClassLoader.loadClass(String name, boolean resolve) be able to l

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Mark Thomas
On 25/09/2012 16:04, Elgs Chen wrote: > Hi Mark, > > Thanks for your fast answer. That helped me to narrow down the scope of this > problem. I understand line 262 is to initialize and create the common, shared > and catalina class loaders. But I'm still struggling how the > WebappClassLoader.lo

Re: to improve the performance of form-based upload for Tomcat 7

2012-09-25 Thread Mark Thomas
On 25/09/2012 15:14, Fastupload wrote: > Konstantin, to whom maybe concern, > > What's the right org that I can apply a commuter account of apache open > source project? You don't. You should read this [1]. Patches (in diff -u format) should be attached to Bugzilla issues. Mark [1] http://ww

Re: to improve the performance of form-based upload for Tomcat 7

2012-09-25 Thread Christopher Schultz
Link, On 9/25/12 10:14 AM, Fastupload wrote: > What's the right org that I can apply a commuter account of apache > open source project? Committers are invited by the current group of active participants. The best way to be invited is to become active in the community (i.e. this mailing list an

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Elgs Chen
Hi Mark, I finally get my homework done. Thank you so much for pointing me to the right direction. That really helped me to gain huge insight into the inner world of the tomcat. I used JPDA to attach my eclipse to tomcat. Then I was able to see everything happens with the WebappClassLoader.loa

svn commit: r1390047 - in /tomcat/trunk/java/org/apache: catalina/connector/Request.java coyote/AbstractProtocol.java coyote/ProtocolHandler.java coyote/http11/AbstractHttp11Processor.java

2012-09-25 Thread markt
Author: markt Date: Tue Sep 25 18:49:20 2012 New Revision: 1390047 URL: http://svn.apache.org/viewvc?rev=1390047&view=rev Log: Creating the map entries for the special request attributes was generating ~11% of the garbage in the load test. Re-factor so these entries are not created. Modified:

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Christopher Schultz
Elgs, On 9/25/12 1:15 PM, Elgs Chen wrote: > Hi Mark, > > I finally get my homework done. Thank you so much for pointing me to the > right direction. That really helped me to gain huge insight into the inner > world of the tomcat. > > I used JPDA to attach my eclipse to tomcat. Then I was able

Re: WebClassLoader using SystemClassLoader to load ServletDef?

2012-09-25 Thread Elgs Chen
Hi Chris, Thanks for reminding. I'm fully aware of the separating to protecting mechanism, and some classes are loaded from top to down, like those starting with java and javax, and some are prohibited to be loaded from the webapp class loaders, like the servlet API classes like ServletDef, oth

svn commit: r1390162 - in /tomcat/trunk/java/org/apache: coyote/http11/AbstractHttp11Processor.java coyote/http11/Http11AprProcessor.java coyote/http11/Http11NioProcessor.java coyote/http11/Http11Proc

2012-09-25 Thread markt
Author: markt Date: Tue Sep 25 21:36:55 2012 New Revision: 1390162 URL: http://svn.apache.org/viewvc?rev=1390162&view=rev Log: Move the cache for the attributes listed below from the Processor to the SocketWrapper as they are fixed for the lifetime of the socket and the Processor gets recycled o

Re: to improve the performance of form-based upload for Tomcat 7

2012-09-25 Thread Fastupload
Chris, here are my brief opinions. > Committers are invited by the current group of active participants. The > best way to be invited is to become active in the community (i.e. this > mailing list and/or the us...@tomcat.apache.org mailing list), and > submit patches. > thanks for providing the