Webrick flaging

Hey I’m running a ruby application and a webrick server in a seperate
process.

I need to check the webrick process periodically for flags (e.g. to tell
the server to restart or similar things).

How do i do that? webrick seems to block execution of other things in
this process.

thx