Re: [Virtuoso-users] Capturing the HTTP stream from a VSP as a String

2010-09-15 Thread Hugh Williams
Hi Aldo, The internal WS stream produced by vsp if not flushed nor chunked, the output can be read with http_get_string_output (in str_ses any) where str_ses is a variable initialized with string_output () . If this parameter is not given then up to 10MB chars can be returned as varchar. Note t

[Virtuoso-users] Capturing the HTTP stream from a VSP as a String

2010-09-15 Thread Aldo Bucchi
Hi, I am trying to capture the HTTP stream contents after executing a VSP ( by calling the corresponding WS.WS.*.vsp procedure ). Is there any way to do this? Or, more generally, capture the data that will be sent to the HTTP? One of the usecases is to enable a custom Caching solution within Virt