Hi.
I have a stored procedure which updates a table in mysql database that is cached in my application - the procedure runs every minute.
I can refresh the cache by calling an url, is there anyway I could call that url directly from mydbr (select 'dbr.httprequest','url goes here';
I do not need the results of the url necessarily, I only need to call the url to tell my application when it needs to flush the cache.
Is this already possible or is it something we could implement?
Regards, Maron