mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.4k stars 531 forks source link

The process_message and timer_event function in filter #1965

Closed SeeWei1985 closed 7 years ago

SeeWei1985 commented 7 years ago

Hi, I may have a question that the process_message and timer_event function in some filters can be executed concurrently at the same time? if so, How they deal with the shared variables such as lua table.

Best regards

trink commented 7 years ago

Those functions are not called concurrently all sandbox access is sequential.