|
|
|
|
|
by marcinzm
2418 days ago
|
|
The systems I've seen basically break things into different services. Tied together with gRPC or Thrift which have code generators for most languages. So the Java backend simply makes RPC requests to a server running R. Although in one case we had very tight latency requirements (ie: 10ms) so the ML results were pre-computed and loaded from a cache on the backend servers. |
|
I'm not very sure what you mean when you say the ML results were pre-computed?