Tagged Questions

0
votes
1answer
13 views

Installers with shared subinstallers?

We build a bunch of products that all have a similar structure, and in fact share installed subdirectories, documentation and various system configuration variables (environment va …
1
vote
3answers
85 views

C++ boost shared array swapping pointers (simple question)

Hi all, I'm new to boost shared arrays. There is existing code that declares two arrays: boost::shared_array<unsigned char> src; boost::shared_array<unsigned char> …
0
votes
1answer
45 views

How can I access a method from another class?

Hey, I know this question was already ask several times but i don't get it. I have 2 classes classA.h & .m and classB.h and .m. In classA.h i've got a UITextField *myTextfie …
0
votes
1answer
37 views

Managing a shared resource with functional programming style in JavaScript

How does the functional programming paradigm deal with shared resources that need to maintain state? I have a JavaScipt program that allows access from multiple callers to a share …
0
votes
2answers
12 views

Loading data to shared memory from database tables

Any idea about loading the data from database to shared memory, the idea is to fasten the data retrival from frequently used tables?
0
votes
4answers
74 views

what is shared variable in java

is there any concept of shared variable in java and if it is what is it?
0
votes
1answer
131 views

JPA Entity (in multiple persistence-unit) in OSGi (Spring DM) Environnement is confusing me.

Hi, I'm a bit confused about a strange behavior of my JPA's related objects. I have three bundle : The User bundle does contain some user-related objects, but mainly the User o …
0
votes
1answer
24 views

How to manage Tomcat 6 libraries into subfolders under %TOMCAT_HOME%/lib?

I use Tomcat 6.0.20 and JDK 1.6.0.13. How can I load libraries from sub-folders of "%TOMCAT_HOME%/lib/" without taking the .jars out of sub-folders and putting them straight into …
0
votes
1answer
5 views

how a function in shared library to link an un-implmented function?

Is it possible to make a shared library in which exist some function that are not implemented? I'l like to make a shared library testDele.so and leave some of the functions in the …
0
votes
1answer
20 views

httphandler shared hosting deployment

I have the httphandler on shared webhosting. It works. The httphandler webapp (virtual) dir of this httphandler does not have web.config and the whole shared user's website has …
0
votes
1answer
149 views

How to determine JVM memory footprint with multiple processes on Linux

Hi, I’m trying to quantify the difference in memory footprint of a small java app performing the same process multithreaded vs multiprocess. All my tests are on Linux. When runn …
5
votes
2answers
76 views

Linux: How to get full name of shared object just loaded from the constructor?

On Windows, several arguments are passed to the DllMain constructor: BOOL WINAPI DllMain( __in HINSTANCE hinstDLL, __in DWORD fdwReason, __in LPVOID lpvReserved ) …
0
votes
1answer
53 views

Share dll data among different processes.

I have to implement a dll in C# which contains a list of tasks. The responsibility of this dll is to manage these tasks. Different processes will interact with this dll, each for i …
0
votes
4answers
87 views

Shared memory access without semaphores

Hi All, using shared memory apis in linux, If I have one write(by A process) and only one read( by B process) do I still need semaphore.?. Is there a example to show, using sharing …
0
votes
1answer
18 views

how to share files between program instances

Hi, my desktop application lets users add (~20MB) files, which should then be available for other users of the application. Currently I handle the uploads/downloads with my own co …

1 2 3 4 5 next
15 30 50 per page