Skip to main content

Toolchain used for Inter Process Communication (IPC) on python platform.

Project description

Sync Functionalities

Repository where classes and functions used to share elements within python are stored. Once a shared object is created and initilized with data, all the data stored in that object must have the same type.

IPC channels

The system maximum POSIX queues size is defined by RLIMIT_MSGQUEUE constant used on posix library. It also can be checked by means of ulimit -q command. Default value is 819200 bytes. It determines the number of queues allowed: num_queues = RLIMIT_MSGQUEUE/num_msg_per_queue/max_msg_size

The maximum length of a message sent through POSIX queue is define in the file: cat /proc/sys/fs/mqueue/msgsize_max

The maximum number of a messages allocated in a POSIX queue is define in the file: cat /proc/sys/fs/mqueue/msg_max

The parameters max_msg and max_message_size given to SysShdIpcChanC must be lower that ones specified on Linux files.

For further information, check the Github Issue: Change default values for message queue

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

system_shared_tool-0.2.3.tar.gz (45.5 kB view details)

Uploaded Source

Built Distribution

system_shared_tool-0.2.3-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

Details for the file system_shared_tool-0.2.3.tar.gz.

File metadata

  • Download URL: system_shared_tool-0.2.3.tar.gz
  • Upload date:
  • Size: 45.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for system_shared_tool-0.2.3.tar.gz
Algorithm Hash digest
SHA256 f25d3eddf9f0550657a22b135041c8d98d38ea1fa5cb7ca25bcec74c5239efc4
MD5 8d3063097fcf075c8c79d44df434c050
BLAKE2b-256 e242d8e6d45a3c15f2b0db5584a0db50dae69406ed40af37163d0378295ba2b9

See more details on using hashes here.

File details

Details for the file system_shared_tool-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for system_shared_tool-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 191ed5d9966a4cb130f9c44682351da2c07dadc8453b36bc8be036e09c7e18ad
MD5 3f98c42e18e681d2e83e05d6c02fb2ed
BLAKE2b-256 7c3864a4ebef3577205ff79d1c21b8c92e53218c4df0b589f77be3e516c203c1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page