Can mysql plugin use multithreading? -


i have table , want add after trigger pass values remote web service. calling web service can time consuming depends on network environment. wonder possible write mysql plugin each call creates thread call remote web service , allow main thread return immediately, ie, non-blocking web service call multithreading.


Comments