[jbosstools-issues] [JBoss JIRA] (JBIDE-18330) Forge console is sluggish on Windows during script execution

Vineet Reynolds (JIRA) issues at jboss.org
Mon Sep 15 05:33:05 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-18330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vineet Reynolds updated JBIDE-18330:
------------------------------------
    Description: 
The Forge console appears to be sluggish in Windows. It appears to be so slow that characters appear one at a time.

Scripts execute much slower on Windows as compared to Linux or Mac, and often require setting the {{--timeout}} parameter for longer scripts.

  was:
The Forge console appears to be sluggish in Windows. It appears to be so slow that characters appear one at a time.

Scripts also execute much slower on Windows as compared to Linux or Mac, and often require setting the {{--timeout}} parameter for longer scripts.

The root cause appears to be the Forge plugin itself, that writes characters to the console, one at a time, and often delegated to a separate thread that updates the JFace document. This could be optimized to ensure that:

* updates to the document are done in 'block mode' instead of 'character mode'.
* context-switching between the execution thread and the UI thread is also minimized.



> Forge console is sluggish on Windows during script execution
> ------------------------------------------------------------
>
>                 Key: JBIDE-18330
>                 URL: https://issues.jboss.org/browse/JBIDE-18330
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: forge
>    Affects Versions: 4.2.0.Beta3
>         Environment: Windows 7 64-bit, Oracle 8 JDK
>            Reporter: Vineet Reynolds
>            Assignee: Vineet Reynolds
>            Priority: Critical
>             Fix For: 4.2.0.CR1
>
>
> The Forge console appears to be sluggish in Windows. It appears to be so slow that characters appear one at a time.
> Scripts execute much slower on Windows as compared to Linux or Mac, and often require setting the {{--timeout}} parameter for longer scripts.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list