Firstly, it was nice to be able to see a list of files that are monitored.

Secondly, could use a command to remove monitored files.

Thirdly, when we add the file to monitor should be checked whether the file is 
no already added.

eg:
"""
uwsgi.register_signal(1, "workers", uwsgi.reload)
for x in range(100):
        uwsgi.add_file_monitor(1, './start.py')
"""

2011-19-09 08:29:17 - you can register max 64 file monitors !!!
Traceback (most recent call last):
  File "./start.py", line 5, in <module>
    uwsgi.add_file_monitor(1, './start.py')
ValueError: unable to add file monitor


-- 
Łukasz Wróblewski
http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe
http://www.hostowisko.pl/ - Profesjonalny i tani hosting
http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to