Closed varunsh-xilinx closed 2 years ago
Workers can fail during loading but errors are only correctly handled if errors occur during init() while errors occurring in allocate() or acquire() result in the server crashing.
init()
allocate()
acquire()
Workers can fail during loading but errors are only correctly handled if errors occur during
init()
while errors occurring inallocate()
oracquire()
result in the server crashing.