Open Source Integrated Library System

Evergreen on IRC

#evergreen Logs for Sunday, May 6th, 2012

< Saturday, May 5th, 2012Raw Log FileMonday, May 7th, 2012 >
#TimeNickMessage
#00:35:06bkuhn has quit IRC
#01:42:58bshum has quit IRC
#01:56:38mcarlson has quit IRC
#01:56:38b_bonner_ has quit IRC
#01:57:20mcarlson has joined #evergreen
#01:58:50b_bonner has joined #evergreen
#01:59:52bshum has joined #evergreen
#02:18:58Gentlecat has joined #evergreen
#09:52:22Dyrcona has joined #evergreen
#12:14:05Gentlecat has quit IRC
#12:16:58Dyrcona has quit IRC
#12:38:49Dyrcona has joined #evergreen
#12:41:09Dyrcona has quit IRC
#14:54:18pranjal710 has joined #evergreen
#15:13:05pranjal710 has left #evergreen
#15:29:46nivardusis opensrf capable of processing multiple requests inside a single message body?
#15:57:50tsberenivardus: I don't think a single message can contain multiple requests. At best I think there is support for multiple messages to make up a single request.
#15:58:39tsbereAnd of course in the other direction that holds true as well. One response per message, but a single response can be streamed across multiple messages as well.
#16:00:02nivardusI should clarify, multiple osrfMessages containing different requests from the same service in a single stanza body
#16:05:42tsbereMy statement still stands. Each body is, to my knowledge, expected to contain *one* request, unless you are streaming the request, in which case you may be able to get away with multiple messages that all end up forming a single end result request.
#16:06:03tsbereI am not clear on how streaming requests work, only on how streaming responses works.
#16:06:11tsbereIf streaming requests has been implemented, anyway
#16:13:46nivardusin the context of the http gateway, all responses are collected before being sent back. I was wondering if it were possible to batch requests from the same service into a single xhr request and use the threadTrace to pick match results with request
#16:14:12nivardus*to match results with the request
#16:15:03tsbereTo my knowledge, no, because the backend won't do that and the gateway is basically a wrapper for the backend. Also, if at all possible, use the translator interface instead, as it gives you more features.
#16:15:17tsbere(still not that feature, but more)
#16:16:05nivardusah, yes that's what I meant
#16:30:36nivardusthanks, tsbere. I had been entertaining the thought of building requests to send to the http translator somewhat recursively: http://pastebin.ca/2144913 I suppose that'd only be possible if the translator supported collecting a response for a request and then sending another one
#16:39:46nivardus(that would be silly though)
#16:43:13tsberenivardus: You could always write a MultiRequest service ;)
#18:47:16Guest601 has joined #evergreen
#19:02:54edoceo has quit IRC
#20:21:33finnx has joined #evergreen
#22:40:49finnx has quit IRC
< Saturday, May 5th, 2012Raw Log FileMonday, May 7th, 2012 >