[OpenSIPS-Users] does lua_exec supports async and launch
    Răzvan Crainea 
    razvan at opensips.org
       
    Mon Sep 28 07:43:25 EST 2020
    
    
  
Hi, Johan!
Unfortunately the lua module does not support asynchronous operations.
TBH, I'm not that familiar with the module, so I really don't know 
exactly how it gets executed, but in order to add async support, we need 
the lua mechanism to provide us a file descriptor (or somehting similar) 
that get signaled when an operation is completed. Or at least provide 
some mechanisms to run scripts asynchronous and provide a callback that 
indicates when the script has finished.
Best regards,
Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com
On 9/25/20 11:34 AM, johan wrote:
> does lua_exec supports async calls ?
> 
> If no, can you please indicate what needs to be added to have this 
> support ?
> 
> 
> wkr,
> 
> 
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
    
    
More information about the Users
mailing list