EIDA / mediatorws

EIDA NG Mediator/Federator web services
GNU General Public License v3.0
6 stars 6 forks source link

fed: stream instead of temporary files #14

Closed damb closed 6 years ago

damb commented 6 years ago

fdsnws_fetch writes the output data into a file. Until now, federator simply deliveres this file to the client. However an implementation using streams/pipes is preferred. Advantages: as soon as data is available federator deliveres such data to the client. Also, federator is able to detect when the client terminates a session.

damb commented 6 years ago

Implemented with ae4582a3959851ceda9e7e1b0a84df6dffd2d05c.