process-safe

There are 5 repositories under process-safe topic.

  • tuxmonk/pupdb

    A simple file-based key-value database written in Python

    Language:Python86567
  • patx/kenobi

    kenobiDB is a document based sqlite3 abstraction for Python 3.

    Language:Python68251
  • xywanz/MP-LFQueue

    It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.

    Language:C8102
  • solaikannanpandiyan/log_safe

    A Python library for safe and efficient logging in multiprocessing applications, ensuring thread-safe and process-safe logging across complex, multi-process Python project.

    Language:Python1100
  • andre-romano/safethread

    Python classes for safe deployment and management of Threads, Processes, synchronization primitives (Locks, Barriers, etc), thread-safe, and process-safe Python data structures (lists, dicts, sets, etc).

    Language:Python