Skip to content
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

Extend per-language Getting Started examples with concurrency #2855

Closed
petermattis opened this issue Apr 3, 2018 · 1 comment
Closed

Extend per-language Getting Started examples with concurrency #2855

petermattis opened this issue Apr 3, 2018 · 1 comment

Comments

@petermattis
Copy link
Contributor

A forum user attempted add threading to the psycopg2 example but didn't take into account the thread safety of psycopg2 connections or the isolation of psycopg2 cursors. At a minimum, we may want to add a sentence about thread-safety (or the lack thereof) to these examples. Going farther, we could add additional per-language examples that include concurrency as we want to encourage users to utilize concurrency in their apps in order to get the best performance out of CockroachDB.

@jseldess
Copy link
Contributor

jseldess commented Apr 3, 2018

Thanks, @petermattis. This is a duplicate of #2464, so I've copied your comment over there.

@jseldess jseldess closed this as completed Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants