Here's one I just noticed -- the PrintWriter used in org.apache.axis.handlers.LogHandler wraps a FileWriter, but is not buffered. If anyone is using that on a production system, it's going to be a bottleneck. A quick look (find . -name '*.java' | xargs egrep 'new .*Writer') for other places where Writer classes are created suggests that there are one or two other cases that could be similarly challenged.
I'd do it myself, but I don't yet have an account with which to do cvs commits. Eric -----Original Message----- From: Kellogg, Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: RE: [VOTE] New Axis Committer: Richard Kellogg (was Re: Wiki Reformatted) Thanks gang! Do you have any nice easy projects you might like me to look into? Rick -----Original Message----- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 5:22 PM To: [EMAIL PROTECTED] Subject: Re: [VOTE] New Axis Committer: Richard Kellogg (was Re: Wiki Reformatted) Davanum Srinivas wrote: > I'd like to nominate "Kellogg, Richard" <[EMAIL PROTECTED]> as an Axis committer. He's been > active in the wiki, user and dev lists and will help with Axis/.NET interop (and maybe WS-I?). See > http://marc.theaimsgroup.com/?a=103886304400001&r=1&w=2 for a list of his posts. +1. welcome aboard, Richard.
