Fix domain lookup #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some sample errors
Error: 'NoneType' object has no attribute 'country_short'
Error: unpack requires a buffer of 4 bytes
Error: unpack requires a buffer of 1 bytes
Also there are some strange results stored
Æ*)ïú$ÊFBpB ?
Ïw]U ª>>BNô¸0
etc etc
It was caused by multiple threads trying to read IP2Locaiton.bin simultaneously.
The fix was to use SHARED_MEMORY. It loads the file to memory to avoid trash readings.
It is also less read/write intense on the disk