Re: [Freeipa-users] concurrent requests to ipalib app giving network error

2016-04-26 Thread Petr Vobornik
On 04/22/2016 08:44 AM, Martin Basti wrote: > > > On 21.04.2016 18:46, Oğuz Yarımtepe wrote: >> Hi, >> >> I have a REST API that is using the ipalib and written with Falcon. >> Below is the code or you can check it online here: >>

Re: [Freeipa-users] concurrent requests to ipalib app giving network error

2016-04-22 Thread Martin Basti
On 21.04.2016 18:46, Oğuz Yarımtepe wrote: Hi, I have a REST API that is using the ipalib and written with Falcon. Below is the code or you can check it online here: http://paste.ubuntu.com/15966308/ from __future__ import print_function from bson import json_util import json import falcon

[Freeipa-users] concurrent requests to ipalib app giving network error

2016-04-21 Thread Oğuz Yarımtepe
Hi, I have a REST API that is using the ipalib and written with Falcon. Below is the code or you can check it online here: http://paste.ubuntu.com/15966308/ from __future__ import print_function from bson import json_util import json import falcon from ipalib import api as ipaapi from