RSSAmplifier

Mark Padgham's curated opinions · Jan 14, 2022

Timeout on parallel jobs in R

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Python's `multiprocessing` and `threading` libraries both have a timeout parameter for re-joining threads after they've finished. This provides an easy way to launch multi-threaded jobs while ensuing that no single thread exceeds a specified timeout. This post describes two ways to implement equivalent functionality in R.

Read on mpadge.eu

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.