[ https://issues.apache.org/jira/browse/SDAP-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17144409#comment-17144409 ]
Thomas G Loubrieu commented on SDAP-252: ---------------------------------------- The bug requires to give up the singleton pattern for algorithm handlers. This would be better to also make the request object (NexusRequestObject) used in threads independant from the Tornado object. 2 different pull request will be submitted. > concurrent requests squashed into single response > ------------------------------------------------- > > Key: SDAP-252 > URL: https://issues.apache.org/jira/browse/SDAP-252 > Project: Apache Science Data Analytics Platform > Issue Type: New Feature > Reporter: Thomas G Loubrieu > Assignee: Thomas G Loubrieu > Priority: Major > Attachments: simple_test.py > > > 2 differents requests are sent at the same time in a parallel or asynchornous > mode. > the responses received for each request are identical and correspond to one > or the other of the launched requests. > The case was produced with javascript code and python. -- This message was sent by Atlassian Jira (v8.3.4#803005)