0
votes
0answers
12 views
CORBA: Java’s servertool does not allow me to register a server class
Hi all,
Have been pulled down into the realm of CORBA...
I am trying to quickly learn (if not master...) CORBA along side its Java mappings. I have come upon some old tutorials:
Java IDL: The …
1
vote
1answer
36 views
Persistent Store data lost after session terminates in Blackberry application
Hi ,
I am using persistent stores to store data in a Blackberry application.
While I create objects and store it in persistent store in same session data is saved properly.
But the data is not …
0
votes
1answer
17 views
Locking a single NSPersistentDocument
My application currently uses CoreData as a backend to store to a single SQL data file stored in ~/Library/Application Support/MYAPP/MyDataFile.sqlite. I know it's an unusual situation, but what is …
0
votes
0answers
45 views
Persistent Qt Local Socket IPC
I'm developing an application that uses IPC between a local server and a client application. There is nothing particular to it, as it's structured like the Qt documentation and examples.
The problem …
2
votes
2answers
101 views
Long Lived Persistent TCP Connection on the Android
I've read some articles on the web and some questions on StackOverFlow, but no one seems to have a definite answer over a) If google uses Long Lived TCP connections for Gmail, Mail etc, and b) If …
0
votes
1answer
59 views
Setting persistent cookie from Java doesn’t work in IE.
All,
Although I see related topics on the forum, but I don't see a clear solution on this issue.
I am trying to set a javax.servlet.http.Cookie with an expiration time (so that it persists across …
0
votes
0answers
111 views
How to persisting objects in Windows XP / Delphi 7? [closed]
Possible Duplicate:
Persistent Objects in Windows XP/Delphi 7
Hi every body:
I am deployment an Alarm System, and I have to registered alarms in a database. What happens if the connection to …
1
vote
2answers
82 views
drupal persistent login, why use?
Why do i have to use some persistent-login module to make my users login into Drupal 6
for longer period of time.
Why changing php.ini or settings.php doesnt works ?
from a "webtools" I see my …
0
votes
5answers
183 views
Recommend a fast & scalable persistent Map - Java
I need a disk backed Map structure to use in a Java app. It must have the following criteria:
Capable of storing millions of records (even billions)
Fast lookup - the majority of operations on the …
5
votes
4answers
663 views
Django persistent database connection.
Hi folks,
I'm using django with apache and mod_wsgi and PostgreSQL (all on same host), and I need to handle a lot of simple dynamic page requests (hundreds per second). I faced with problem that the …
0
votes
1answer
308 views
HTTP persistent connection vs TCP socket connection
From this article on Wikipedia:
Keepalive messages were not officially
supported in HTTP 1.0. In HTTP 1.1 all
connections are considered persistent,
unless declared otherwise.
Does this …
1
vote
3answers
138 views
What exactly does a “persistent connection” mean?
I read about "HTTP persistent connection" but somehow I don't seem to understand what does persistent mean in this context.
Could you'll elaborate?
1
vote
2answers
141 views
Java NIO framework for filesystems instead of networks?
There are several high quality frameworks that hide the complexity of NIO based network programming (mina, netty, grizzly, etc.). Are there similar frameworks that simplify NIO based file-system …
0
votes
10answers
242 views
Is there any way to have persistent (regardless of how small) client-side storage via the web?
Okay, since none of you guys like my question, let me rephrase it.
User logs into an HTML form. With JavaScript, their password is hashed locally (salted too). The server knows what the password + …
2
votes
2answers
212 views
Python: Persistent shell variables in subprocess
I'm trying to execute a series of commands using Pythons subprocess module, however I need to set shell variables with export before running them. Of course the shell doesn't seem to be persistent so …
