lua-users home
lua-l archive

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


It was thus said that the Great William Ahern once stated:
> On Sat, Apr 05, 2014 at 04:14:48PM -0400, Sean Conner wrote:
> <snip>
> > [2]	Actually, epoll_wait() under Linux, poll() everywhere else.  I do
> > 	have code to support select() but I don't know of any modern Unix
> > 	system (which is what we use) that only has select().
> <snip>
> > [6]	I would love to use LuaJIT, but the target platform is Sparc, and
> > 	LuaJIT doesn't support that architecture.  Sigh.
> 
> Linux/Sparc or Solaris/Sparc?

  Solaris/Sparc.  Using the Sol, um, Oracle, provided compiler (not GCC).  

> I presume the former, but if not it's really easy to support Solaris' ports
> API, which is the Solaris equivalent to epoll.

  Hmm ... I'll have to look into these. Thanks.

  -spc