An existing connection was forcibly closed by the remote host

Hi,

Thanks for all the support so for.
We are able to successfully able to build our application which depends on rhino.compute to generate the output we needed.

But, when we moved from localhost to rhino compute server which is hosted on AWS instance. Its taking very long time to process each request.

On local its takes 10 minutes to do all geometry related calls, but on server its taking 45 mins.
If i give any completed geometry, its crashing as the server is taking too long (> 50 mins) and crashing with the
ERROR: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host…

Just as a sanity check: the AWS instance has similar specs as what you used at your localhost? Just from the info provided I’d be inclined to think that it is very much lighter than what you used for development.

I already tried updating AWS Instance and still the same.
For some reason the time to process single request is more on production server