| # | Time | Nick | Message |
|---|
| # | 00:35:06 | bkuhn has quit IRC |
| # | 01:42:58 | bshum has quit IRC |
| # | 01:56:38 | mcarlson has quit IRC |
| # | 01:56:38 | b_bonner_ has quit IRC |
| # | 01:57:20 | mcarlson has joined #evergreen |
| # | 01:58:50 | b_bonner has joined #evergreen |
| # | 01:59:52 | bshum has joined #evergreen |
| # | 02:18:58 | Gentlecat has joined #evergreen |
| # | 09:52:22 | Dyrcona has joined #evergreen |
| # | 12:14:05 | Gentlecat has quit IRC |
| # | 12:16:58 | Dyrcona has quit IRC |
| # | 12:38:49 | Dyrcona has joined #evergreen |
| # | 12:41:09 | Dyrcona has quit IRC |
| # | 14:54:18 | pranjal710 has joined #evergreen |
| # | 15:13:05 | pranjal710 has left #evergreen |
| # | 15:29:46 | nivardus | is opensrf capable of processing multiple requests inside a single message body? |
| # | 15:57:50 | tsbere | nivardus: 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:39 | tsbere | And 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:02 | nivardus | I should clarify, multiple osrfMessages containing different requests from the same service in a single stanza body |
| # | 16:05:42 | tsbere | My 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:03 | tsbere | I am not clear on how streaming requests work, only on how streaming responses works. |
| # | 16:06:11 | tsbere | If streaming requests has been implemented, anyway |
| # | 16:13:46 | nivardus | in 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:12 | nivardus | *to match results with the request |
| # | 16:15:03 | tsbere | To 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:17 | tsbere | (still not that feature, but more) |
| # | 16:16:05 | nivardus | ah, yes that's what I meant |
| # | 16:30:36 | nivardus | thanks, 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:46 | nivardus | (that would be silly though) |
| # | 16:43:13 | tsbere | nivardus: You could always write a MultiRequest service ;) |
| # | 18:47:16 | Guest601 has joined #evergreen |
| # | 19:02:54 | edoceo has quit IRC |
| # | 20:21:33 | finnx has joined #evergreen |
| # | 22:40:49 | finnx has quit IRC |