Hi,

What is a multi-tenant site?

how can i build a multi-tenant django app for django-hotsauce and asyncio without django-channels?

Thank you,

Etienne

Le 2017-11-24 à 19:09, Andrew Godwin a écrit :
Your assumptions all seem correct. Also consider that the security model of WebSockets is... interesting, so securing a multi-tenant setup is going to require a bit more work than you would merely doing the same for HTTP requests.

There are other non-Channels options around if you want to look into them, but I suspect they'll all have similar architectural challenges.

Andrew

On Fri, Nov 24, 2017 at 3:09 PM, Filbert <timn...@gmail.com <mailto:timn...@gmail.com>> wrote:

    Running multi-tenant site using a fork of Django tenant schemas
    with tens of web servers and thousands of tenants....

    Piloting a project to implement Channels for real-time
    notifications, etc.

    I want to confirm these assumptions:

    1. Channels really has no support for multi-tenant, I will have to
    roll my own.
    2. Since uWSGI is serving us well and (at this point) I wouldn't
    trust Daphne to serve HTTP, I've got split paths in NGinx for
    uWSGI and ASGI.
    3. We are running RabbitMQ, so we have to cluster it and implement
    channels using asgi_rabbitmq (Redis would just add yet another
    moving part)
    4. Plan on significant additional resource requirements on the web
    server and serious scaling challenges.

    Are their any other non-Channels options, or is it the really the
    only game in town?

    Thanks.



-- 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+unsubscr...@googlegroups.com
    <mailto:django-users+unsubscr...@googlegroups.com>.
    To post to this group, send email to django-users@googlegroups.com
    <mailto:django-users@googlegroups.com>.
    Visit this group at https://groups.google.com/group/django-users
    <https://groups.google.com/group/django-users>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/django-users/aae2725b-d873-40fd-ae09-d1668ab9e727%40googlegroups.com
    
<https://groups.google.com/d/msgid/django-users/aae2725b-d873-40fd-ae09-d1668ab9e727%40googlegroups.com?utm_medium=email&utm_source=footer>.
    For more options, visit https://groups.google.com/d/optout
    <https://groups.google.com/d/optout>.


--
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+unsubscr...@googlegroups.com <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto: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/CAFwN1urh-Mb%3D2ZRtwyvZPh9CQoUDHrqN30yQUxhUd5GbUT8XfA%40mail.gmail.com <https://groups.google.com/d/msgid/django-users/CAFwN1urh-Mb%3D2ZRtwyvZPh9CQoUDHrqN30yQUxhUd5GbUT8XfA%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
Etienne Robillard
tkad...@yandex.com
http://www.isotopesoftware.ca/

--
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+unsubscr...@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/0e0de25c-c9b3-ffea-8d48-63aba327c35e%40yandex.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to