Revision: 3465
Author: jfuerth
Date: Tue Apr 20 16:02:42 2010
Log: NEW - bug 2455: Multithreaded Access to SQLObjects - Research
http://trillian.sqlpower.ca/bugzilla/show_bug.cgi?id=2455
http://code.google.com/p/power-architect/source/detail?r=3465

Modified:
 /wiki/ConcurrencyModel.wiki

=======================================
--- /wiki/ConcurrencyModel.wiki Tue Apr 20 09:25:06 2010
+++ /wiki/ConcurrencyModel.wiki Tue Apr 20 16:02:42 2010
@@ -34,3 +34,9 @@


 = Ideas =
+
+ # Let the session be an ExecutorService, and do all object model manipulations by passing Runnables or Callables into it
+    * Compatible with both the Swing and Servlet threading models
+ * Easy migration for existing SPSwingWorkers (could even allow an equivalent API such as BackgroundTask with setup() runBackground() and cleanup() and accept Runnable, Callable, or BackgroundJob tasks)
+
+ # Think about the Actors model? (This is probably too much to be considered an incremental change, and may even be impossible to reconcile with the Swing thread model)


--
Subscription settings: 
http://groups.google.com/group/architect-commits/subscribe?hl=en

Reply via email to