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

Summary: Restart mechanism too slow
Product: serverplugins Reporter: _ gtzabari <gtzabari>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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.