Bug 279792 - Use osgi.framework.activeThreadType
Summary: Use osgi.framework.activeThreadType
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Corona (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dennis O'Flynn CLA
QA Contact: Dennis O'Flynn CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 08:48 EDT by Dennis O'Flynn CLA
Modified: 2010-04-08 11:12 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis O'Flynn CLA 2009-06-10 08:48:12 EDT
Should Corona use osgi.framework.activeThreadType?

osgi.framework.activeThreadType
    if set to normal then an active framework thread is started when the framework is launched that monitors the lifecycle of the framework. This thread is a non-daemon thread and is used to prevent the VM from shutting down when the framework is active and only daemon threads are active in the VM. When the framework is shutdown then the active framework thread will quit which should allow the VM to shutdown as long as no other non-deamon threads are active in the VM. By default no active framework thread is started when the framework is launched.
Comment 1 Eclipse Webmaster CLA 2010-04-08 11:12:09 EDT
Project is archived.