Re: how to use multithreading concepts in Django Rest Framework?

2019-03-12 Thread mohamed fazil
And celery not working python 3.7 or above Fazil Skits Private Ltd. On Wed, Mar 13, 2019 at 9:50 AM mohamed fazil wrote: > Yes phillips both we looked but not useful to this problem. Thanks for > your kind reply. Any other suggestion is there please suggest me > > Thanks >

Re: how to use multithreading concepts in Django Rest Framework?

2019-03-12 Thread mohamed fazil
n, Mar 11, 2019 at 10:32 PM mohamed fazil > wrote: > >> I am using Django rest framework. I had a rest URL when i call that URL >> at a time from various 3, 4 streaming client, I got a response from only >> one client remaining client not responding me for that pu

How to Call a Rest URL at a same time from 4 streaming client?

2019-03-12 Thread mohamed fazil
Hi All, I had the rest URL like(https://marketguru/django/mongodb). I call that URL to POST a record into store various database like Mysql, MongoDB, Mlab. For Post a record I am using only one common REST URL(https://marketguru/django/mongodb). I call that URL from 4 salesforces strea

how to use multithreading concepts in Django Rest Framework?

2019-03-11 Thread mohamed fazil
I am using Django rest framework. I had a rest URL when i call that URL at a time from various 3, 4 streaming client, I got a response from only one client remaining client not responding me for that purpose only I want to know how to use multithreading in Django rest framework? how to resolve