1
I think your webserver will get stucked if your “executeCommand” take very long time to finish.
You might use message queues as suggested by toabi.
You might have a look on django-celery.
Source:stackexchange.com
1
I think your webserver will get stucked if your “executeCommand” take very long time to finish.
You might use message queues as suggested by toabi.
You might have a look on django-celery.