Function Compute (FC) - Initializers Released
Oct 31 2018
Function Compute (FC)Content
Target customers: Developers. Features released: Function Compute released initializers to improve function performance, reduce cold start overhead, and simplify programming logic. Initializers can help you divide your business logic into initialization logic and request processing logic, and add the initialization logic to the initializer. This allows you to load large models in deep learning scenarios, build connection pools in database scenarios, and load third-party libraries that a function uses. Function Compute ensures that the initializer has been successfully executed once only before executing the request processing function. This ensures functions to be successfully executed, avoids the overhead that is caused by system or function upgrades, and allows you to upgrade your business system on the fly.