mcneel/compute.rhino3d.appserver

Implement cache warming scripts

Closed this issue · 0 comments

sbaer commented

Allow for creating a script that can be run which can asks the appserver to solve many different scenarios in order to build up a large set of cached results. The idea is that if we had a definition that took a minute to solve for each iteration we could create a script that ran a large series of parameters and we could have 1,000+ cached solutions after a day of hitting compute. Cached results will take milliseconds to return instead of a minute each. Load balancing out to multiple compute instances would increase this number per day