-D
On Oct 20, 2010, at 4:32 PM, Malcolm Handley wrote:
> Attached is a patch that adds a simple fibers API to v8cgi. It probably doesn't work on all platforms but we have tested it on the mac and linux. And it's a module so it shouldn't hurt people who don't want it.
>
> --
> You received this message because you are subscribed to the Google Groups "v8cgi" group.
> To post to this group, send email to v8...@googlegroups.com.
> To unsubscribe from this group, send email to v8cgi+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/v8cgi?hl=en.
> <fibers_patch.txt>
Attached is a patch that adds a simple fibers API to v8cgi. It probably doesn't work on all platforms but we have tested it on the mac and linux. And it's a module so it shouldn't hurt people who don't want it.
--
Hi Malcom,
thanks a lot for your contribution. I just commited it with only very minor cosmetic changes, such as removal of unnecessary includes. I also need to test your new libraries (fibes, profiler, memcached) on Windows and adjust the build process accordingly.
I now need to properly document your three new modules. Are you able to provide the documentation (similar as other modules) in Google Code Wiki format? Alternatively, I can make you a project memeber, so you can edit wiki yourself. This seems to be a better alternative, as it allows you to commit fixes for these modules when necessary...
I now need to properly document your three new modules. Are you able to provide the documentation (similar as other modules) in Google Code Wiki format? Alternatively, I can make you a project memeber, so you can edit wiki yourself. This seems to be a better alternative, as it allows you to commit fixes for these modules when necessary...
I'd be happy to be a project member and add the docs and commit changes directly. The one problem is that I don't have any Windows machines to test on so I'd be worried about breaking the build for Windows.
I now need to properly document your three new modules. Are you able to provide the documentation (similar as other modules) in Google Code Wiki format? Alternatively, I can make you a project memeber, so you can edit wiki yourself. This seems to be a better alternative, as it allows you to commit fixes for these modules when necessary...
I'd be happy to be a project member and add the docs and commit changes directly. The one problem is that I don't have any Windows machines to test on so I'd be worried about breaking the build for Windows.
As for Windows build, no problem, I can handle that. I have a virtualized windows machine which I use for building v8cgi...
Please let me know what your gmail e-mail is, so I can add you as a project member.
Please let me know what your gmail e-mail is, so I can add you as a project member.It's malcolm...@gmail.com.
--