On May 16, 2013, at 4:32 PM, Tony Arcieri <
tony.a...@gmail.com> wrote:
> Hey there Celluloids,
>
> I know lots of people have had trouble with the meager 4kB stack sizes that
> Fibers afford. One solution is to use TaskThreads instead of TaskFibers now
> that they're (mostly) stable.
There are still some issues with TaskThread with celluloid-io.
I have not been able to track them down or really reproduce.
I'd be interested in anyone who has a large-ish use of celluloid-io or reel to try TaskThread and report any issues they have.
If this is something you'd like to help with, ping me at @Cellubeard on twitter. :P
Ciao,
Tim
P.S. Or @halorgium :)
> There's another option on Ruby 2.0: you can actually adjust the fiber stack
> size at the time the VM is booted. Unfortunately it's not particularly well
> documented:
>
>
https://github.com/ruby/ruby/blob/ruby_2_0_0/vm.c#L1702
>
> Thanks to Schmurfy for pointing this out. We'll try to get this info into
> the Celluloid Wiki!
>
> --
> Tony Arcieri
>