java - Should Unix Daemon have a main -


trying write java daemon linux server running on aws, of have implemented daemon interface i'm not sure if should have main function in daemon? or should call daemon in different way? program entry point?

assuming have used aws flow framework, need worker classes purpose. take @ documentation on running programs , daemon tasks.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -