Top "Shared" questions

In VB.

How to list processes attached to a shared memory segment in linux?

How do I determine what process is attached to a shared memory segment? awagner@tree:/home/awagner$ ipcs -m ------ …

linux memory memory-management shared
Sharing a variable between multiple different threads

I want to share a variable between multiple threads like this: boolean flag = true; T1 main = new T1(); T2 help = …

java multithreading synchronization shared
How to start Solr automatically?

At the moment I have to go to /usr/java/apache-solr-1.4.0/example and then do: java -jar start.jar How …

linux solr shared boot
Is it possible to get CMake to build both a static and shared version of the same library?

Same source, all that, just want a static and shared version both. Easy to do?

static cmake shared
Use numpy array in shared memory for multiprocessing

I would like to use a numpy array in shared memory for use with the multiprocessing module. The difficulty is …

python numpy multiprocessing shared
How to configure an existing git repo to be shared by a UNIX group

I have an existing git repo (a bare one) which has up to this point only been writable by me. …

git permissions share shared
How to share semaphores between processes using shared memory

I have to synchronize N client processes with one server. These processes are forked by a main function in which …

c synchronization client-server semaphore shared
Push git changes to a shared network drive

How can a team of four people use Git (specifically Github for Windows) to push local changes to a shared …

git networking push shared drive
Android: Retrieving shared preferences of other application

I have a settings application from which i have to retrieve other applications preferences, but i don't have the details …

android preferences shared
Public Static variable in excel vba

Is it possible to have a static variable declared in one procedure, and use this variable in several different procedures …

excel vba global-variables public shared