The server-mode tag has no wiki summary.
0
votes
1answer
689 views
Devexpress XPInstantFeedbackSource vs XPServerCollectionSource?
I need to load a huge amount of data in DXGrid(WPF) , I know that i have to use XPInstantFeedbackSource or XPServerCollectionSource to achieve the requirements, but dont know which one to use , any ...
3
votes
2answers
5k views
Start the H2 database in server mode via Spring
I'm trying to start the H2 database in server mode (I want it to run in a different process) via Spring.
Currently I'm using java Runnable.exec to start the h2 database (using the command: "java -cp ...
36
votes
8answers
7k views
Emacs - Error when calling (server-start)
I am currently using GNU Emacs 23.0.93.1 in Windows Vista SP1. In my .emacs file I make a call to (server-start) and that is causing an error with the message The directory ~/.emacs.d/server is ...