Re: System Functions
You can break through the MySQL security isolation that (mercifully) prevents that with a user udf in a MySQL API language (C,C++ &c), but you'll have to compile and link your own mysql server.
So a better and safer solution, usually, is to populate a semaphore table that your app polls to find tasks that the semaphores signify.
Edited 1 time(s). Last edit at 10/11/2020 11:41AM by Peter Brawley.
Subject
Views
Written By
Posted
658
October 11, 2020 10:45AM
Re: System Functions
328
October 11, 2020 11:40AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.