Tuesday, August 30, 2016

help designing a fallback django paralel server

Hello,

I have several critical systems, each run a django server witch users use trough the local network(192.168.xxx.xxx)  to control and monitor the system. The goal would be to create a more powerfull remote server, that could unify several local servers, so that regular use would be only trough this remote server, and local access should be only available for when internet connection would fail.

How should i implement this systems? how would the DB sync?
Also, some services should run on the local server, like some celery based scheduled tasks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/de599153-2adc-4fd4-a5f4-b04f5149b4fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment