ZP crashes when threads/instances try and write to a file or DB at teh same time.
This can be tested by launching over 100 threads and timing them to all execute a write at the same time.
In code creator this is resolved by implementing thread locking - I am surprised that each instance does not lock threads when running because ZP constantly crashes - this is poor coding and should be fixed
This can be tested by launching over 100 threads and timing them to all execute a write at the same time.
In code creator this is resolved by implementing thread locking - I am surprised that each instance does not lock threads when running because ZP constantly crashes - this is poor coding and should be fixed