Quick props to all of the authors/sites that helped me get started with Alchemy:

Quick props to all of the authors/sites that helped me get started with Alchemy:
- Forcing stdin/stdout to deal with ActionScript ByteArrays:
http://segfaultlabs.com/devlogs/alchemy-asynchronous-jpeg-encoding

- flyield() example:
http://segfaultlabs.com/devlogs/alchemy-asynchronous-jpeg-encoding

- Process for compiling multiple source files under gcc:
http://ccgi.codegadget.plus.com/blog/2010/04/03/alchemy-c-library-1/

-Alchemy Documentation
http://labs.adobe.com/wiki/index.php/Alchemy:Documentation:Developing_with_Alchemy:C_API

More on all of those things coming in the next few posts!

copy from Labs.byhook.com .

After read these articles: c module can callback action script. action script can call c module function. (e.g. initlize library).

#one way is port existed bw network and connection interface within alchemy. like: ogg,lua.. (can be tested quickly)

#one way is create network gatway between bw server cluster and web clients. (should be done first)

原文地址:https://www.cnblogs.com/cnsoft/p/2485954.html