When using data streaming service with FME Server I know that an engine needs to run to generate the initial file that will be streamed. Once this file is generated i.e. a geo JSON file, is an engine involved when a user hits the endpoint to retrieve the geo JSON? Or is the data streamed from the web server?
Also, if we have multiple engines and the streaming job is run by multiple users at the same time, will they be attempting to over write the same file? Is the streaming dependent on the file that gets written by the job or does it stream directly from server?