Ruan Bekker

Sysadmins

Linux and Open Source Enthusiast.

  • Home
  • About Me
  • AWS
  • DevOps
  • Docker
  • Subscribe
  • Slack
  • Buy me a Coffee
  • Developer Jobs
  • Newsletter

Multiprocessing

A collection of 2 posts

February 23, 2019

Parallel Processing on AWS Lambda with Python using Multiprocessing

If you are trying to use multiprocessing.Queue or multiprocessing.Pool on AWS Lambda, you are probably getting the exception: [Errno 38] Function not implemented: OSError sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) OSError: [Errno 38] Function not implemented…

AWS Python Lambda Multiprocessing

February 23, 2019

Parallel Processing with Python and Multiprocessing using Queue

Today I had the requirement to achieve a task by using parallel processing in order to save time. The task to be achievedFor this demonstration, I have a list of people and each task needs to lookup its pet name…

Python Multiprocessing

Page 1 of 1

Subscribe to Sysadmins

Get the latest and greatest from Sysadmins delivered straight to your inbox every week.

Sysadmins © 2022. Royce theme by Just Good Themes. Powered by Ghost.

Back to top