This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 144323 - Poor I/O responsiveness within OW
Summary: Poor I/O responsiveness within OW
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-08-18 23:47 UTC by Martin Krauskopf
Modified: 2008-08-22 05:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-08-18 23:47:02 UTC
Start IRB. Type in 'true<CR>' -> have to wait 5s for being able to enter
next command. Seems to be caused by:

1) #faf7cc311d8d - but revert did not help too much -> you have to wait
   one second. And cannot simply revert, since you likely had a reason
   for the change

2) #dc476068671e - which seems to be main culprit. Reverting it helps.
   Sure, can't for same reasons.
Comment 1 Martin Krauskopf 2008-08-19 10:13:34 UTC
This might be observed also when running some script. Script is run, outputs all its result into OW, then there is 5s
'silence', then script finished from the user's point of view (watch OW rerun/stop button). Tweaking subject. Not
just-IRB related.
Comment 2 Erno Mononen 2008-08-21 10:38:47 UTC
Should be fixed now, #bebaf809f50f.
Comment 3 Quality Engineering 2008-08-22 05:58:14 UTC
Integrated into 'main-golden', available in build *200808220201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/bebaf809f50f
User: Erno Mononen <emononen@netbeans.org>
Log: #144323: Poor I/O responsiveness within OW