History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LINGO-26
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Elliot Shepherd
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Lingo

Small bug in DefaultTimeoutMap

Created: 17/Jun/06 02:26 AM   Updated: 03/Aug/06 12:17 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2.1

Time Tracking:
Not Specified


 Description  « Hide
Heya.

In org.logicblaze.lingo.util.DefaultTimeoutMap...

Shouldn't

this.purgePollTime = purgePollTime;

be

this.purgePollTime = requestMapPollTimeMillis; ?

Its line 52.

I think it was causing lingo to use pretty much 100% of the cpu.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
james strachan - 03/Aug/06 12:17 AM
Many thanks for the patch!