spring / upq

extracts metadata of game and map files of the spring engine
https://springfiles.springrts.com/
GNU General Public License v3.0
2 stars 5 forks source link

reread ini-file on signal or command #6

Closed dansan closed 4 years ago

dansan commented 13 years ago

reread ini-file on signal (USR1 or something) or command through socket

dansan commented 13 years ago

Signal will not work, because python limits this to the main thread. upqconfig is already prepared for doing this - I think only a job is needed.