I was wondering what is the expected response from Stardog if you hit the 8 concurrent connection limit in Community? I did some testing and it seems like you immediately get a 404 Unauthorized error. But I'm having weird cases where sometimes when my app queries Stardog I get no response at all back. Even when the app and Stardog are running on the same machine.
Sometimes when this happens and I check the server, Stardog is using a lot of processor, so it's busy doing something, but I don't know what. (and I don't have enough data or complicated enough queries for it to be stuck doing anything that intensive)
So I'm not sure if the concurrent connection restriction has anything to do with my issue.
I am running Stardog on a Windows 2012 server. Could it just be a Windows thing? I've been avoiding running Stardog on its own Linux server, just because this project is a startup and I'd rather not spin up and pay for a second cloud server if I don't need it... but if I really do need it, I'll do that.