bdionne / pellet

Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
http://clarkparsia.com/pellet
Other
2 stars 1 forks source link

Restart pellet server without needing to start a remote reasoner #45

Open AnthonyMl opened 7 years ago

AnthonyMl commented 7 years ago

Currently can only restart if a remote reasoner has been started. Introduced in https://github.com/bdionne/pellet/pull/43.

bdionne commented 7 years ago

not sure we need to address this. I can see that having the reasoner started on the client is not needed but it does validate that there is a server running to be restarted. Needs to think about what the workflow is here.

rgrinberg commented 7 years ago

@bdionne want me to close this as WONTFIX? Solving this issue requires addressing a bunch of complications anyway. So it's very good that it's not necessary.