fjpa121197

Results 16 comments of fjpa121197

@trungleduc @martinRenou any chance this gets done in short term time?

Hi, can you show me an example of using multiprocessing and threading? Im trying to simulate a high number of devices sending data, im using paho-mqtt. However, I cannot manage...

> We can use multiprocessing instead. Each process 340 connects. And it works well. Hi, can you share your solution?

> ``` > import multiprocessing > p = multiprocessing.Process(target=yourthreadscreateandstartfunc) > > def yourthreadscreateandstartfunc: > for loop > create thread > start thread > ``` > > each process should less...

> ``` > import multiprocessing > p = multiprocessing.Process(target=yourthreadscreateandstartfunc) > > def yourthreadscreateandstartfunc: > for loop > create thread > start thread > ``` > > each process should less...

Hey, hope it is not late, but relation can be added like this: relations = {"from": {"id": from_entity_id, "entityType": from_entity_type}, "type": "Contains", "to": {"entityType": to_entity_type, "id": to_entity_id}} relations_r = requests.post('http://127.0.0.1:8080/api/relation',...