Date: Sat, 3 Aug 2013 14:29:38 +0200 From: tuchalia <tuchalia@gmail.com> To: soc-status@freebsd.org Subject: Port data compression services and video codecs to Capsicum, Weekly status Message-ID: <CA%2ByaQw_sn3qOzYLfz==eAsJX6C6xtOT8PagG47xFOcdr==HqkQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi everybody, It seems that I understimated the amount of work involved when porting a library to GSoC. We need to create a child process linked against the real library, and another one linked to another library with the very same interfaces. In turn this new library (which I called (in a very original way) libzcap) should ensure that the worker (the child) process is running, and send him commands to it to do all the compression, decompression stuff. The main problem I'm having right now is syncing one of the basic structs used in the library, which can hold 4GB of data. -- Daniel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2ByaQw_sn3qOzYLfz==eAsJX6C6xtOT8PagG47xFOcdr==HqkQ>