librelist archives

« back to archive

LibTask version

LibTask version

From:
tsuraan
Date:
2011-01-10 @ 22:40
What version of libtask are you using?  I'm asking because the libtask
at http://swtch.com/libtask/ claims ARM support and has a
mips-ucontext.h, while the task directory in mongrel2/src doesn't have
that file.  I haven't tried building mongrel2 on any of my mips
machines yet, but if it could support them it would be pretty neat :)

Re: LibTask version

From:
tsuraan
Date:
2011-01-10 @ 22:42
> What version of libtask are you using?  I'm asking because the libtask
> at http://swtch.com/libtask/ claims ARM support and has a
> mips-ucontext.h, while the task directory in mongrel2/src doesn't have
> that file.  I haven't tried building mongrel2 on any of my mips
> machines yet, but if it could support them it would be pretty neat :)

And of course, I meant on any of my ARM machines; I don't own any MIPS
machines that I know of.  So I'm pretty much asking if mongrel2's
libtask supports ARM, and if not, whether the one at swtch.com would
be a likely upgrade.

Re: [mongrel2] Re: LibTask version

From:
Zed A. Shaw
Date:
2011-01-10 @ 23:08
On Mon, Jan 10, 2011 at 04:42:29PM -0600, tsuraan wrote:
> > What version of libtask are you using?  I'm asking because the libtask
> > at http://swtch.com/libtask/ claims ARM support and has a
> > mips-ucontext.h, while the task directory in mongrel2/src doesn't have
> > that file.  I haven't tried building mongrel2 on any of my mips
> > machines yet, but if it could support them it would be pretty neat :)
> 
> And of course, I meant on any of my ARM machines; I don't own any MIPS
> machines that I know of.  So I'm pretty much asking if mongrel2's
> libtask supports ARM, and if not, whether the one at swtch.com would
> be a likely upgrade.

We've pretty much forked libtask at this point so it's our version.  I
do believe though that it builds on ARM because the Sheeva can run
Mongrel2.  I may be mistaken though.

-- 
Zed A. Shaw
http://zedshaw.com/

Re: [mongrel2] Re: LibTask version

From:
tsuraan
Date:
2011-01-10 @ 23:16
> We've pretty much forked libtask at this point so it's our version.  I
> do believe though that it builds on ARM because the Sheeva can run
> Mongrel2.  I may be mistaken though.

Cool, I'll have to try it out.  Thanks!