You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the Google Cloud PHP library, specifically the BatchJob class that interacts with sysv messages. I noticed that the message size is set to 8192 and this parameter is not configurable.
Could you please provide some insights into the following:
Rationale Behind 8k Size Limit: What was the reasoning behind setting the message size to 8k? Was it related to performance, standard practices, or other technical constraints?
Non-configurability: Is there a specific reason why this parameter is not made configurable? Understanding this could help in better utilizing the library for specific use cases.
Any information or context you could provide would be greatly appreciated, as it would help in understanding the library's design decisions and optimizing its use in our projects.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am currently using the Google Cloud PHP library, specifically the BatchJob class that interacts with
sysv
messages. I noticed that the message size is set to 8192 and this parameter is not configurable.Could you please provide some insights into the following:
Any information or context you could provide would be greatly appreciated, as it would help in understanding the library's design decisions and optimizing its use in our projects.
Thank you for your time and assistance.
Best regards,
Ivan Rey
Beta Was this translation helpful? Give feedback.
All reactions