Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#core
Title
# core
p
packetzero
02/08/2019, 8:46 PM
I rarely see locking in tables. Does osquery design guarantee that a table's generate() won't be called concurrently?
g
gguli
02/11/2019, 4:02 PM
Scheduler is single threaded. So osqueryd should not run table generations at the same time.
p
packetzero
02/11/2019, 8:23 PM
makes sense. thank you
5 Views
Post