Re: [Monetdb-developers] Monetdb-developers Digest, Vol 22, Issue 4

2008-03-28 Thread Ying Zhang
On Mar 28, 2008, at 14:01 , Peter Boncz wrote: > Hi Maurice, > > - what you want *really* is XQueryP, but we do not have resources to > give you > that. The fact that we use the result sequence to pass on the update > tape > actually makes it difficult to give back a result. > - if you send tw

Re: [Monetdb-developers] Monetdb-developers Digest, Vol 22, Issue 4

2008-03-28 Thread Peter Boncz
Hi Maurice, - what you want *really* is XQueryP, but we do not have resources to give you that. The fact that we use the result sequence to pass on the update tape actually makes it difficult to give back a result. - if you send two asynchronous requests, there is no guarantee that one is executed

Re: [Monetdb-developers] Monetdb-developers Digest, Vol 22, Issue 4

2008-03-28 Thread Keulen, M. van (Maurice)
Peter Boncz wrote: > Hi Maurice, > > That is not possible.. without adding extensions such as proposed in XQueryP > or > XQuery-Bang. > > Why is it that running the update followed by a query is not acceptable? > Running an update followed by a query is acceptable. My point is that the update

Re: [Monetdb-developers] Monetdb-developers Digest, Vol 22, Issue 4

2008-03-28 Thread Ying Zhang
On Mar 28, 2008, at 11:53 , Peter Boncz wrote: > Hi Maurice, > > That is not possible.. without adding extensions such as proposed in > XQueryP or > XQuery-Bang. > > Why is it that running the update followed by a query is not > acceptable? > > Another idea is to use fn:put() in the update, an

Re: [Monetdb-developers] Monetdb-developers Digest, Vol 22, Issue 4

2008-03-28 Thread Peter Boncz
Hi Maurice, That is not possible.. without adding extensions such as proposed in XQueryP or XQuery-Bang. Why is it that running the update followed by a query is not acceptable? Another idea is to use fn:put() in the update, and then just a HTTP GET to get the XML result out. That is still a si

Re: [Monetdb-developers] Monetdb-developers Digest, Vol 22, Issue 4

2008-03-28 Thread Keulen, M. van (Maurice)
Ying Zhang wrote: > Hi Maurice, > > Stupid me. I only described how the current XRPC implementation is, > but forgot to mention the ongoing work. > > On Mar 28, 2008, at 09:35 , Keulen, M. van (Maurice) wrote: >> Hi Peter, >> >> Does it also mean that if I send a stream of messages to one server

Re: [Monetdb-developers] Monetdb-developers Digest, Vol 22, Issue 4

2008-03-28 Thread Ying Zhang
Hi Maurice, Stupid me. I only described how the current XRPC implementation is, but forgot to mention the ongoing work. On Mar 28, 2008, at 09:35 , Keulen, M. van (Maurice) wrote: > Hi Peter, > > Does it also mean that if I send a stream of messages to one server > that all carry the same re

Re: [Monetdb-developers] Monetdb-developers Digest, Vol 22, Issue 4

2008-03-28 Thread Keulen, M. van (Maurice)
Hi Peter, Does it also mean that if I send a stream of messages to one server that all carry the same request-ID without waiting for a result of a message before sending out the next, that all are handled in the correct order and each is handled after completion of the previous one? In that cas