Xojo clear plugin cache

broken image

Instead of Internet Explorer they now use the WebView2 component from Microsoft for FileMaker 19.3. Please try next pre-release version of the plugin to see how it works for you.Īs you may know Claris switched the engine for WebViewer on Windows. Another benefit seems to be that Windows leaks memory per thread, so creating and destroying a lot of threads can be a problem, which should now be fixed.įor macOS and iOS, we had thread pooling before via Grand Central Dispatch. As Windows manages that thread pool, it can add and remove threads as needed and adjust it depending to the system load. We use one thread pool for all our plugins. Also for some of our functions doing multi threaded processing like TransformMT for LCMS, it may use multiple threads to do work in parallel. If you run multiple transfers in background using this, we will now recycle threads. For example if you use MBS Xojo CURL Plugin and the PerformMT method there. That may help for all the MT methods we have. Instead of having the plugin create threads if needed for doing work and reuse them if needed. Thread Pool for Windows For our MBS Xojo Plugins we add a thread pooling for Windows.

broken image