If I were to host a Prefect Server on server A and run the flow on server B (A and B are on premise),
is it correct to host a Worker of type process on Server B?
Also, if running Work Pool on a same host as Prefect Server, is Local Subprocess preferred over Prefect Agent for work pool?