[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luasocket http module, pumps and coroutines
- From: Diego Nehab <diego@...>
- Date: Wed, 7 May 2008 16:38:21 -0400 (EDT)
Hi,
Have you thought about flattening the sources and sinks into
regular tables, so that methods are stored in the tables
instead of using the __index metatable entry? I don't see
why this would be a problem.
I am sure you will have to deal with the pcall boundary too, but
perhaps this you can solve with coxpcall?
Regards,
Diego