lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


erik@hougaard.com (Erik Hougaard) wrote:
> So what if I need the tables also (And perhaps functions) ?

If you're using threads in order to write a server application
on the net, you might consider using continuations instead.
(using the UNIX select() function to make your server event driven)

Steve