Do Trong Thanh
Results
2
issues of
Do Trong Thanh
I'm evaluating Cloudflare Workers. I previously thought each HTTP request spawn 1 separate worker. However this blog post implies that multiple clients can connect to an existing worker. But does...
Using a simple table created as follow: ``` -record(person, {id, name}). mnesia:create_table(person, [{attributes, record_info(fields, person)}]). ``` The `select_pattern` function will return the pattern `{person, [], []}`, and I don't quite...