Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Commons Daemon

From Wikipedia, the free encyclopedia
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Commons Daemon" – news ·newspapers ·books ·scholar ·JSTOR
(June 2023) (Learn how and when to remove this message)
Commons Daemon
DeveloperApache Software Foundation
Stable release
1.4.1[1] / January 13, 2025; 10 months ago (2025-01-13)
Repository
Written inJava,C
Operating systemCross-platform
TypeLibrary
LicenseApache License 2.0
Websitecommons.apache.org/daemon

Commons Daemon, formerly known asJSVC, is aJavasoftware library belonging to theApacheCommons Project.

Daemon provides a portable means of starting and stopping aJava Virtual Machine (JVM) that is running server-side applications. Such applications often have additional requirements compared to client-side applications. For example, the servlet containerTomcat 4 would need to serialize sessions and shutdown web applications before the JVM process terminates.

Daemon comprises 2 parts: a native library written inC that interfaces with the operating system, and the library that provides the Daemon API, written in Java.

There are two ways to use Commons Daemon: by implementing the daemon interface or by calling a class that provides the required methods for daemon. For example, Tomcat-4.1.x uses the daemon interface and Tomcat-5.0.x provides a class whose methods are called by JSVC directly.

See also

[edit]
Top-level
projects
Commons
Incubator
Other projects
Attic
Licenses

References

[edit]
  1. ^"Daemon – Apache Commons Daemon Release Notes".
Retrieved from "https://en.wikipedia.org/w/index.php?title=Commons_Daemon&oldid=1311607409"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp