@Roy-Mustang
839ee6e6-f3d1-4cb7-adec-8fdbb56769d8-image.png
thanks for helping me, can you provide a screenshot in using http/xml example, i have tried but it doesn't work, thanks
@m4zuper Thanks for the response, but this is not my problem.
I mean loop, this loop causes the script to freeze for a short time, but with multithreading, if the threads execute this loop at the same time, it can cause the script to freeze.
@Melinda
Could you send a test script in private messages?
@Melinda The BAS interface is blocked if many synchronous operations are performed, such as image processing. This is not obvious, in order to avoid it, you need to add small pauses at least every thousand repetitions
@UserTrue I run 8 threads, and each thread only executes the loop 100 times every 20 seconds, it executes 4 times, and then the script terminates.
I don't think it is too complicated.
But do you have a way to make the image processing go better?
@Melinda said in Freezes when using the "Image processing" module:
But do you have a way to make the image processing go better?
use node js libraries, for example sharp or opencv
@Melinda said in Freezes when using the "Image processing" module:
@UserTrue It is too difficult for my knowledge :(
then try experimenting with pauses
@BAS-Viet-Nam Hello. i am having a similar problem. Did you find the exact solution?