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
In "ftplib::socket_wait" select is used which contains the unfixable problem of memory corruption and memory leaks on any linux system that uses more then 1024 file descriptions (which hopefully all systems will become one day as this limit is a laughable low amount from 1970 days of Unix)
Only poll and epoll are useable in modern systems.
The text was updated successfully, but these errors were encountered:
In "ftplib::socket_wait" select is used which contains the unfixable problem of memory corruption and memory leaks on any linux system that uses more then 1024 file descriptions (which hopefully all systems will become one day as this limit is a laughable low amount from 1970 days of Unix)
Only poll and epoll are useable in modern systems.
The text was updated successfully, but these errors were encountered: