-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation in French about multi-threading. #997
Conversation
@@ -2808,6 +2809,41 @@ Avec les options : | |||
-x # active le mutex lock (off par défaut) | |||
``` | |||
|
|||
### Multi-threading | |||
|
|||
_Cette partie est basée sur [une réponse StackOverflow][so-answer] par Konstantin._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/par/de
Nice work @kytrinyx, thanks for working on that! |
Yes overall it's pretty good. |
Thanks for the feedback! I'll get this cleaned up tonight. |
5681f8c
to
7f8259d
Compare
I've cleaned this up. Would you give it one last sanity check? |
|
||
_Cette partie est basée sur [une réponse StackOverflow][so-answer] de Konstantin._ | ||
|
||
Sinatra n'impose pas de modèle de concurrance. Sinatra est thread-safe, vous pouvez |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/concurrance/concurrence, otherwise everything seems good to me! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The "comme ça se prononce" thing throws me every time :)
7f8259d
to
95d6c14
Compare
Great work @kytrinyx! |
Add documentation in French about multi-threading.
Add documentation in French about multi-threading.
I made an attempt at adding documentation about using Sinatra in multi-threaded mode, however my French is conversational, not technical, and I expect that I have made numerous typos, as well as missing the mark on technical expressions. See #941
/cc @karouf @michelc @robin850 Would you mind suggesting improvements before this gets merged?