[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luasocket/soap: can I keep the connection open?
- From: Quae Quack <quae@...>
- Date: Tue, 5 Oct 2010 09:45:46 +1100
On 4 October 2010 23:43, Matthew Wild <mwild1@gmail.com> wrote:
> As Diego said, LuaSocket doesn't support HTTP 1.1 persistent
> connections, and I don't know a Lua HTTP library that does (not that I
> can claim to have exhaustively searched). If you're sure your server
> supports them then it may be worth implementing.
>
> Regards,
> Matthew
>
> PS. Is the RPC server a part of VMware? I'm wondering if HTTP is
> actually requirement... :)
>
>
I wrote a HTTP 1.1 lua client at one point (to test my HTTP 1.1
server): it was actually quite a simple task. I can't find it now, but
it should take a good coder 15mins to bash it out (use some utility
functions from luasocket)
Daurn.
- References:
- luasocket/soap: can I keep the connection open?, nkiesel
- Re: luasocket/soap: can I keep the connection open?, Scott Vokes
- Re: luasocket/soap: can I keep the connection open?, Norbert Kiesel
- Re: luasocket/soap: can I keep the connection open?, Petite Abeille
- Re: luasocket/soap: can I keep the connection open?, Norbert Kiesel
- Re: luasocket/soap: can I keep the connection open?, Petite Abeille
- Re: luasocket/soap: can I keep the connection open?, Norbert Kiesel
- Re: luasocket/soap: can I keep the connection open?, Petite Abeille
- Re: luasocket/soap: can I keep the connection open?, Norbert Kiesel
- Re: luasocket/soap: can I keep the connection open?, Diego Nehab
- Re: luasocket/soap: can I keep the connection open?, Norbert Kiesel
- Re: luasocket/soap: can I keep the connection open?, Matthew Wild