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

apache - setting document root in antoher partition on ubuntu -

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

r - Quantstrat logical error while running applySignals - missing value where TRUE/FALSE needed -