abingham / traad

An JSON+HTTP server for the rope Python refactoring library
MIT License
107 stars 20 forks source link

Make sure we're locking synchronous operations properly #58

Closed abingham closed 10 years ago

abingham commented 10 years ago

It looks like we're not actually locking synchronous operations in most cases. See e.g. the findit stuff. The task-processor is doing stuff in another thread, so we may be pinging the rope project concurrently which is likely bad.

abingham commented 10 years ago

Pykka cleaned this up.