Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Help: When I close ie, the corresponding ui components at server still exist (When i close ie, the corresponding ui components at server still exist)
Help: When I close ie, the corresponding ui components at server still exist [message #558960] Wed, 15 September 2010 07:15 Go to next message
fengbin  is currently offline fengbin Friend
Messages: 1
Registered: September 2010
Junior Member
I visit rap applicaion by ie, after i close ie, I find the corresponding ui components at server still exist, it results memory leak. How to solve it? Thanks

[Updated on: Wed, 15 September 2010 07:16]

Report message to a moderator

Re: Help: When I close ie, the corresponding ui components at server still exist [message #558965 is a reply to message #558960] Wed, 15 September 2010 07:41 Go to previous messageGo to next message
Tiber Sept is currently offline Tiber SeptFriend
Messages: 32
Registered: February 2010
Member
Hi fengbin,

Take a look at Bug 284273. This entry in the RAP wiki may also help.

There is a timeout mechanism that you can use instead to clean up:

RWT.getRequest().getSession().setMaxInactiveInterval( timeoutInSecs );


Regards,
tibersept
Re: Help: When I close ie, the corresponding ui components at server still exist [message #558969 is a reply to message #558960] Wed, 15 September 2010 07:48 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
if you simply close the browser window, the server side is not notified
for the end of the session. All ui components will be cleared after the
specified timeout. See "Session timeout" parameter of your launch
configuration.
Best,
Ivan

On 09/15/2010 10:15 AM, fengbin wrote:
> I visit rap applicaion by ie, after i close ie, I fonnd the
> corresponding ui components at server still exist, it results memory
> leak. How to solve it? Thanks
>
Previous Topic:RWT life cycle
Next Topic:RAP with XWT in Helios or e4
Goto Forum:
  


Current Time: Fri Apr 26 09:27:40 GMT 2024

Powered by FUDForum. Page generated in 0.03145 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top