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'm moving from a threaded web server over to Puma, which is multi-threaded. I don't see in the readme if this gem is thread safe. I glanced through the code and I didn't see any no-no's jumping out at me, but wanted to ask here and see if you folks could give me a definitive answer.
Thanks for this helpful gem!
The text was updated successfully, but these errors were encountered:
We don't have any kinds of tests to check if this library is thread safe.
Given the current code structure that is basicly just a collection of methods/functions that simply parse input and return output - using puma as a webserver should not give you any trouble.
I'm moving from a threaded web server over to Puma, which is multi-threaded. I don't see in the readme if this gem is thread safe. I glanced through the code and I didn't see any no-no's jumping out at me, but wanted to ask here and see if you folks could give me a definitive answer.
Thanks for this helpful gem!
The text was updated successfully, but these errors were encountered: