Version 2.0.4.rc1

View: New views
4 Messages — Rating Filter:   Alert me  

Version 2.0.4.rc1

by Joe Walker-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


A release candidate for 2.0.4
- https://dwr.dev.java.net/servlets/ProjectDocumentList?folderID=9081

I've painfully done nearly 50 test combinations of browser/server/dwr mode today, and 2.0.4 is passing, at least for me.

The one thing left un-done is fixing an iframe remoting memory leak. I thought I'd got a fix, but the bug remains. As far as I know it only affects IE6 without ActiveX, so 2.0.4 might slip out without it...

Joe.


RE: Version 2.0.4.rc1

by mikewse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Joe,
 
I've tested that the Tomcat regression is now fixed. I just verified and closed the FileHandler issue so there is just one issue left, apart from the iframe thingie. Should we move both to 2.0.5 to get 2.0.4 out the door?
 
Best regards
Mike


From: joseph.walker@... [mailto:joseph.walker@...] On Behalf Of Joe Walker
Sent: den 21 april 2008 17:20
To: users@...
Subject: [dwr-user] Version 2.0.4.rc1


A release candidate for 2.0.4
- https://dwr.dev.java.net/servlets/ProjectDocumentList?folderID=9081

I've painfully done nearly 50 test combinations of browser/server/dwr mode today, and 2.0.4 is passing, at least for me.

The one thing left un-done is fixing an iframe remoting memory leak. I thought I'd got a fix, but the bug remains. As far as I know it only affects IE6 without ActiveX, so 2.0.4 might slip out without it...

Joe.


Re: Version 2.0.4.rc1

by Joe Walker-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


My answer is, yes - move to 2.0.5, unless you or I (or anyone else for that matter) can fix it in the next few days.
I think it unlikely that I will have much extra time.

Joe,

On Fri, Apr 25, 2008 at 12:15 PM, Mike Wilson <mikewse@...> wrote:
Hi Joe,
 
I've tested that the Tomcat regression is now fixed. I just verified and closed the FileHandler issue so there is just one issue left, apart from the iframe thingie. Should we move both to 2.0.5 to get 2.0.4 out the door?
 
Best regards
Mike


From: joseph.walker@... [mailto:joseph.walker@...] On Behalf Of Joe Walker
Sent: den 21 april 2008 17:20
To: users@...
Subject: [dwr-user] Version 2.0.4.rc1


A release candidate for 2.0.4
- https://dwr.dev.java.net/servlets/ProjectDocumentList?folderID=9081

I've painfully done nearly 50 test combinations of browser/server/dwr mode today, and 2.0.4 is passing, at least for me.

The one thing left un-done is fixing an iframe remoting memory leak. I thought I'd got a fix, but the bug remains. As far as I know it only affects IE6 without ActiveX, so 2.0.4 might slip out without it...

Joe.



RE: Version 2.0.4.rc1

by mikewse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joe, some feedback on the 2.0.4 codebase:
  • ContainerUtil.java:1788: container.addParameter("maxWaitAfterWrite", "500");
    This doesn't seem to have any effect?
  • Pollhandler.java:148: alarms.add(new OutputAlarm(scriptSession, maxWaitAfterWrite));
    We may end up here with maxWaitAfterWrite=-1 so parameter should be substituted for some chosen number in these cases?
  • web/WEB-INF/web.xml: "This enables full streaming mode."
    ... or Early Closing Mode with maxWaitAfterWrite=0 in IE
(Excuse me if I have misunderstood these parts.)
 
Best regards
Mike