Commit graph

1871 commits

Author SHA1 Message Date
Viktor Klang
f2d8651aaa Fixing ticket #420 2010-09-03 11:45:01 +02:00
Viktor Klang
68a6319bbe Fixing mailboxSize for ThreadBasedDispatcher 2010-09-03 11:43:58 +02:00
Jonas Bonér
8e1c3ace5c Moved ActorSerialization to 'serialization' package 2010-09-01 19:22:39 +02:00
Jonas Bonér
6c65023afd Merge branch 'master' of git@github.com:jboner/akka 2010-09-01 18:54:34 +02:00
Viktor Klang
817dd124a8 Optimization + less code 2010-09-01 17:43:53 +02:00
Viktor Klang
9368ddc25d Added support hook for persistent mailboxes + cleanup and optimizations 2010-09-01 16:33:56 +02:00
Michael Kober
021dd2d732 Merge branch 'log-categories' 2010-09-01 11:02:49 +02:00
Michael Kober
f6b6bd357c added alias for log category warn 2010-09-01 10:58:02 +02:00
Viktor Klang
6bec082900 Upgrading Multiverse to 0.6.1 2010-08-31 23:25:35 +02:00
Viktor Klang
a364ce1fe1 Add possibility to set default cometSupport in akka.conf 2010-08-31 18:11:39 +02:00
Viktor Klang
cd0d5d06dc Fix ticket #415 + add Jetty dep 2010-08-31 18:11:13 +02:00
Viktor Klang
69822ae07a Merge branch 'oldmaster' 2010-08-31 16:44:23 +02:00
Viktor Klang
15b4d51566 Ripping out Grizzly and replacing it with Jetty 2010-08-31 16:43:47 +02:00
Jonas Bonér
d913f6d2be Added all config options for STM to akka.conf 2010-08-31 10:39:18 +02:00
Viktor Klang
4df0b66fbd Increased the default timeout for ThreadBasedDispatcher to 10 seconds 2010-08-31 09:33:34 +02:00
Viktor Klang
a7d7923af8 Merge branch 'master' of github.com:jboner/akka 2010-08-31 09:31:14 +02:00
Jonas Bonér
ea60588c21 Changed JtaModule to use structural typing instead of Field reflection, plus added a guard 2010-08-30 19:47:35 +02:00
Viktor Klang
09ab5a5554 Moving Queues into akka-actor 2010-08-30 15:54:19 +02:00
Viktor Klang
ec4735505e Merge branch 'master' into transfer_queue 2010-08-30 14:37:24 +02:00
Viktor Klang
8e884df116 Updating Netty to 3.2.2.Final 2010-08-30 14:35:31 +02:00
Viktor Klang
92c86e8c01 Fixing master 2010-08-30 13:17:58 +02:00
Viktor Klang
5e649e926c Merge branch 'master' of github.com:jboner/akka into transfer_queue 2010-08-30 09:13:33 +02:00
Jonas Bonér
4a339f835a Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/resources/logback.xml
	akka-actor/src/main/scala/dataflow/DataFlowVariable.scala
	akka-actor/src/test/scala/dataflow/DataFlowSpec.scala
	akka-remote/src/main/scala/remote/RemoteClient.scala
	akka-remote/src/test/resources/logback-test.xml
2010-08-29 18:17:36 +02:00
Jonas Bonér
ee47eaee5b removed trailing whitespace 2010-08-29 17:25:42 +02:00
Jonas Bonér
fc7068282d renamed cassandra storage-conf.xml 2010-08-28 19:26:56 +02:00
Jonas Bonér
7586fcf26d Completed refactoring into lightweight modules akka-actor akka-typed-actor and akka-remote 2010-08-28 17:00:27 +02:00
Martin Krasser
76097ee10a remove logback.xml from akka-core jar and exclude logback-test.xml from distribution. 2010-08-27 21:27:37 +02:00
Viktor Klang
13e4ad49b2 Added boilerplate to improve BoundedTransferQueue performance 2010-08-27 17:56:09 +02:00
Viktor Klang
a23159fece Make sure dispatcher isnt changed on actor restart 2010-08-27 16:20:21 +02:00
Viktor Klang
35cc621863 Adding a guard to dispatcher_= in ActorRef 2010-08-27 15:59:04 +02:00
Viktor Klang
ea19d1932e Switched to mailbox instead of local queue for ThreadBasedDispatcher 2010-08-27 15:50:49 +02:00
Viktor Klang
d9384b9b31 Conserving memory usage per dispatcher 2010-08-27 12:12:33 +02:00
Viktor Klang
657f62361c Changed ThreadBasedDispatcher from LinkedBlockingQueue to TransferQueue 2010-08-26 16:31:41 +02:00
Viktor Klang
1d96584e35 Merge branch 'master' of github.com:jboner/akka 2010-08-26 16:31:01 +02:00
Viktor Klang
74489696e3 Changing source jar naming from src to sources 2010-08-26 16:30:28 +02:00
Michael Kober
0134829d8a Merge branch 'master' of github.com:jboner/akka 2010-08-26 14:28:46 +02:00
Michael Kober
9d5b606ab4 fixed resart of actor with thread based dispatcher 2010-08-26 14:23:53 +02:00
Viktor Klang
badf7d583d Added more comments and made code more readable for the BoundedTransferQueue 2010-08-26 12:29:02 +02:00
Viktor Klang
be1aba8f61 RemoteServer now notifies listeners on connect for non-ssl communication 2010-08-26 08:50:31 +02:00
Viktor Klang
deb8a1fc85 Constraining input 2010-08-25 16:05:57 +02:00
Viktor Klang
ab5dc41781 Refining names 2010-08-25 16:03:55 +02:00
Viktor Klang
a03952f2ae Adding BoundedTransferQueue 2010-08-25 15:40:57 +02:00
Viktor Klang
f47a10eaab Small refactor 2010-08-25 15:40:38 +02:00
Jonas Bonér
c67b17a912 splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core 2010-08-25 01:08:38 +02:00
Viktor Klang
c7b91a4c42 Adding some comments for the future 2010-08-24 13:15:58 +02:00
Viktor Klang
e4720d45b9 Reconnect now possible in RemoteClient 2010-08-24 13:11:56 +02:00
Viktor Klang
8bc83706b4 Optimization of DataFlow + bugfix 2010-08-24 13:11:41 +02:00
Peter Vlugter
e7ce753478 Update sbt plugin 2010-08-24 10:54:53 +12:00
Jonas Bonér
b7b79484ba minor reformatting 2010-08-23 21:25:11 +02:00
Viktor Klang
4ae02d89ca Document and remove dead code, restructure tests 2010-08-23 16:49:14 +02:00