Skip to content

Fallibility of starting a trillium server #198

Answered by jbr
quixoticaxis asked this question in Q&A
Discussion options

You must be logged in to vote

One aspect of trillium's modularity is that components like the runtime adapters are intended to be modular as well. The current runtime adapters are primarily intended for ease of use for running servers where if they cannot bind to the specified host/port, the process should exit. It would not be difficult to either extend the current adapters to support fallible server starting, or build a new adapter that supports that special use case. A goal for trillium is to have a specific production use case in mind when making changes to an interface that impacts all users. What would you want to happen if you couldn't bind to the specified host and port?

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@quixoticaxis
Comment options

@jbr
Comment options

@jbr
Comment options

@quixoticaxis
Comment options

@quixoticaxis
Comment options

Answer selected by quixoticaxis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants