python
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| python [2026/04/01 20:31] – carl | python [2026/07/30 04:48] (current) – carl | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| * For socket fds, reconnecting causes the remote endpoint to burn resources as well. | * For socket fds, reconnecting causes the remote endpoint to burn resources as well. | ||
| * For file fds, its not possible to synchronize access to them. (if Python had better shared memory support and the correct atomics to modify the memory, this may be possible). | * For file fds, its not possible to synchronize access to them. (if Python had better shared memory support and the correct atomics to modify the memory, this may be possible). | ||
| + | |||
| + | |||
| + | ==== Problems with Multi Interpreters ==== | ||
| + | Very few Python modules support it. It's hard to tell which ones do support it, and the support seems arbitrary. | ||
python.txt · Last modified: by carl
