ayoolaolafenwa / PixelLib

Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to disable multiprocessing Queus & pools when using segmentImage?

advissor opened this issue · comments

commented

Hi,

Is it possible to disable multiprocessing Queus & pools when using segmentImage?

Trying to launch this package in AWS Lambda.

multiprocessing.Pool and multiprocessing.Queue are not supported natively (because of the issue with SemLock), but multiprocessing.Process and multiprocessing.Pipe etc work properly in AWSLambda.

https://stackoverflow.com/questions/34005930/multiprocessing-semlock-is-not-implemented-when-running-on-aws-lambda

Any hints ?

BRs,
Vlad