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 199437 - Restart mechanism too slow
Summary: Restart mechanism too slow
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 14:36 UTC by _ gtzabari
Modified: 2011-10-07 00:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2011-06-15 14:36:05 UTC
Product Version: NetBeans IDE Dev (Build 201106140600)
Java: 1.6.0_25; Java HotSpot(TM) Client VM 20.0-b11
System: Windows 7 version 6.1 running on x86; Cp1252; en_CA (nb)

Something is wrong in the way server restarts are implemented. If you measure the time it takes to launch and shutdown Glassfish independently, then compare it to the time it takes to restart Glassfish (using the button  in the Output Window) you will notice there is a delay between the time Glassfish has finished shutting down and the time before Netbeans will relaunch it.

I am trying to minimize the restart time as much as possible because of http://stackoverflow.com/questions/6333056/running-webapps-in-separate-processes

See issue 199436 for the equivalent Glassfish RFE.
Comment 1 _ gtzabari 2011-06-15 14:43:23 UTC
My mistake, please disregard the reference to issue 199436.
Comment 2 Vince Kraemer 2011-10-07 00:27:05 UTC
since the restart 'works' this is really an enhancement request.