Commit graph

1870 commits

Author SHA1 Message Date
Viktor Klang
bd798abfbd Fixing mailboxSize for ThreadBasedDispatcher 2010-09-03 11:43:58 +02:00
Jonas Bonér
3268b1771e Moved ActorSerialization to 'serialization' package 2010-09-01 19:22:39 +02:00
Jonas Bonér
16eeb26ccb Merge branch 'master' of git@github.com:jboner/akka 2010-09-01 18:54:34 +02:00
Viktor Klang
7790fdbcdf Optimization + less code 2010-09-01 17:43:53 +02:00
Viktor Klang
e1ed8a6734 Added support hook for persistent mailboxes + cleanup and optimizations 2010-09-01 16:33:56 +02:00
Michael Kober
176770c077 Merge branch 'log-categories' 2010-09-01 11:02:49 +02:00
Michael Kober
b22b7219f6 added alias for log category warn 2010-09-01 10:58:02 +02:00
Viktor Klang
d12c9ba7fd Upgrading Multiverse to 0.6.1 2010-08-31 23:25:35 +02:00
Viktor Klang
17143b90be Add possibility to set default cometSupport in akka.conf 2010-08-31 18:11:39 +02:00
Viktor Klang
1ff593326e Fix ticket #415 + add Jetty dep 2010-08-31 18:11:13 +02:00
Viktor Klang
1ed2d30270 Merge branch 'oldmaster' 2010-08-31 16:44:23 +02:00
Viktor Klang
27fe14ebf7 Ripping out Grizzly and replacing it with Jetty 2010-08-31 16:43:47 +02:00
Jonas Bonér
7cd9d384db Added all config options for STM to akka.conf 2010-08-31 10:39:18 +02:00
Viktor Klang
f610ac4849 Increased the default timeout for ThreadBasedDispatcher to 10 seconds 2010-08-31 09:33:34 +02:00
Viktor Klang
2d1267214b Merge branch 'master' of github.com:jboner/akka 2010-08-31 09:31:14 +02:00
Jonas Bonér
b4b0ffd0ce Changed JtaModule to use structural typing instead of Field reflection, plus added a guard 2010-08-30 19:47:35 +02:00
Viktor Klang
8419136c0e Moving Queues into akka-actor 2010-08-30 15:54:19 +02:00
Viktor Klang
4b67d3e69b Merge branch 'master' into transfer_queue 2010-08-30 14:37:24 +02:00
Viktor Klang
293a49d4ad Updating Netty to 3.2.2.Final 2010-08-30 14:35:31 +02:00
Viktor Klang
bd13afdfd0 Fixing master 2010-08-30 13:17:58 +02:00
Viktor Klang
234469230c Merge branch 'master' of github.com:jboner/akka into transfer_queue 2010-08-30 09:13:33 +02:00
Jonas Bonér
be32e80985 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
24494a3766 removed trailing whitespace 2010-08-29 17:25:42 +02:00
Jonas Bonér
0d5862a332 renamed cassandra storage-conf.xml 2010-08-28 19:26:56 +02:00
Jonas Bonér
da91cac150 Completed refactoring into lightweight modules akka-actor akka-typed-actor and akka-remote 2010-08-28 17:00:27 +02:00
Martin Krasser
447eb0ae47 remove logback.xml from akka-core jar and exclude logback-test.xml from distribution. 2010-08-27 21:27:37 +02:00
Viktor Klang
0077a14099 Added boilerplate to improve BoundedTransferQueue performance 2010-08-27 17:56:09 +02:00
Viktor Klang
a6bf0c068a Make sure dispatcher isnt changed on actor restart 2010-08-27 16:20:21 +02:00
Viktor Klang
aab4724024 Adding a guard to dispatcher_= in ActorRef 2010-08-27 15:59:04 +02:00
Viktor Klang
f0132678cc Switched to mailbox instead of local queue for ThreadBasedDispatcher 2010-08-27 15:50:49 +02:00
Viktor Klang
065ae058a4 Conserving memory usage per dispatcher 2010-08-27 12:12:33 +02:00
Viktor Klang
56b9c30a38 Changed ThreadBasedDispatcher from LinkedBlockingQueue to TransferQueue 2010-08-26 16:31:41 +02:00
Viktor Klang
affd86fb05 Merge branch 'master' of github.com:jboner/akka 2010-08-26 16:31:01 +02:00
Viktor Klang
3a4355c6cc Changing source jar naming from src to sources 2010-08-26 16:30:28 +02:00
Michael Kober
edb0c4fe61 Merge branch 'master' of github.com:jboner/akka 2010-08-26 14:28:46 +02:00
Michael Kober
8926c36054 fixed resart of actor with thread based dispatcher 2010-08-26 14:23:53 +02:00
Viktor Klang
7b56315e35 Added more comments and made code more readable for the BoundedTransferQueue 2010-08-26 12:29:02 +02:00
Viktor Klang
48dca79267 RemoteServer now notifies listeners on connect for non-ssl communication 2010-08-26 08:50:31 +02:00
Viktor Klang
5d85d874f4 Constraining input 2010-08-25 16:05:57 +02:00
Viktor Klang
c288afa8b6 Refining names 2010-08-25 16:03:55 +02:00
Viktor Klang
957e184af6 Adding BoundedTransferQueue 2010-08-25 15:40:57 +02:00
Viktor Klang
6de4697fea Small refactor 2010-08-25 15:40:38 +02:00
Jonas Bonér
adaf5d4065 splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core 2010-08-25 01:08:38 +02:00
Viktor Klang
43024263c9 Adding some comments for the future 2010-08-24 13:15:58 +02:00
Viktor Klang
57cdccd349 Reconnect now possible in RemoteClient 2010-08-24 13:11:56 +02:00
Viktor Klang
4b7bf0ded0 Optimization of DataFlow + bugfix 2010-08-24 13:11:41 +02:00
Peter Vlugter
30b3627899 Update sbt plugin 2010-08-24 10:54:53 +12:00
Jonas Bonér
0e899bb31b minor reformatting 2010-08-23 21:25:11 +02:00
Viktor Klang
603a3d8187 Document and remove dead code, restructure tests 2010-08-23 16:49:14 +02:00
Viktor Klang
110780da03 Some more dataflow cleanup 2010-08-23 16:06:52 +02:00