|
|
Browse by Tags
All Tags » client/server » client (RSS)
-
Hi,
I have a problem with isalive() method. When i killed the server, Isalive never return, and this exeptions throwing continually in the background when debugging in VS. i use db4o 7.2, and c#
server:public static void Main(string[] args) { Console.WriteLine(''star''); IExtObjectServer server = ...
-
Thanks for starting the discussion Andrew!
Before we dig down into implementation details, I think we need to define what a db4o client actually is.
Some questions:
(1) Are method calls against persistent objects executed on the client? (or can they be remoted to the server?)
(2) Do persistent objects need to have local state on ...
|
|
|