ffnord / ffmap-backend

THIS PROJECT DOESN'T HAVE A MAINTAINER!
Other
20 stars 59 forks source link

make backend.py a daemon #49

Open tcatm opened 9 years ago

tcatm commented 9 years ago

Making backend.py a daemon will make additional feature (e.g. gluon-announced support) a lot easier.

mweinelt commented 9 years ago

I don't think t his will be necessary, as with gluon-announced ffmap-backend could become just a client to it. My current implementation sets a socket timeout and, when no results have been received for that duration, will return the received data.