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

Can be change using the command: sudo sh -c 'echo 200 > /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 Can be change using the command: sudo sh -c 'echo 200 > /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.9.tar.gz (46.7 kB view details)

Uploaded Source

Built Distribution

system_shared_tool-0.2.9-py3-none-any.whl (33.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for system_shared_tool-0.2.9.tar.gz
Algorithm Hash digest
SHA256 6d1b9c0971f675a186914c4d945d2d8a110e9a29b5d0a9eb43a81cb448b5ae98
MD5 50fb613cec194774829da8fb6868999f
BLAKE2b-256 195068c8ed7036b0583624aacbec93930d72ede7152abc95d74bcf524a033b36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for system_shared_tool-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 c5a60a669c13adf88ff93b419140785a01c564ff0b8a3d813924d0077df5053b
MD5 4815b1a8beda35e1a22500b6fb1a9303
BLAKE2b-256 66035ee0cbf8311f693767f5e371784547909149c2e848202ecf87a572addc9f

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