Top "Shared-objects" questions

Shared Objects in Flash are used to store persistent data on the client or server side.

Python ctypes: initializing c_char_p()

I wrote a simple C++ program to illustrate my problem: extern "C"{ int test(int, char*); } int test(int i, …

c++ python ctypes shared-objects
Shared Variable Among Ruby Processes

I have a Ruby program that loads up two very large yaml files, so I can get some speed-up by …

ruby process shared-objects
Simple Remote Shared Object with Red5 Flash Server

I am trying to create a simple chat client using the red5 media server, but I seem to be having …

java actionscript-3 red5 shared-objects
Using a shared library in another shared library

I am creating a shared library from a class from an example I got here C++ Dynamic Shared Library on …

c++ linux c++11 shared-libraries shared-objects