Commit graph

520 commits

Author SHA1 Message Date
Piotr Gabryanczyk
5d410ce1d1 Consumer Actors section 2012-05-02 21:13:52 +01:00
Piotr Gabryanczyk
b64d7b81e8 - dependencies section
- headers for clarity
2012-05-02 20:40:20 +01:00
Roland
1cfa267b80 do not reuse same port in same ømq test, fixes #2022 2012-04-27 17:07:50 +02:00
viktorklang
55dc5106a4 Merge pull request #417 from akka/issue-2019
closes #2019: Use parentheses for arity-0 methods which are not referent...
2012-04-27 06:46:44 -07:00
Björn Antonsson
99d22be048 Added doc note on routers and termination 2012-04-25 11:56:41 +02:00
Heiko Seeberger
8dbfbbe966 closes #2019: Use parentheses for arity-0 methods which are not referentially transparent 2012-04-24 16:38:21 +02:00
Viktor Klang
23ffacde9a The unborkening of master, fixing breakage in camel docs 2012-04-24 13:48:13 +02:00
Piotr Gabryanczyk
4b1e6cdfce removed info about typed actors 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
f132d193f1 Extracting code to scala files 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
b9a4fda27f Initial doc import. Adding just an introduction as this is my first commit to docs, so this is just to set the scene. 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
456223dc13 Initial doc import. Adding just an introduction as this is my first commit to docs, so this is just to set the scene. 2012-04-24 09:41:31 +01:00
Roland Kuhn
65d9b412bb Merge pull request #408 from akka/wip-1999-log-unhandled-∂π
add option to log UnhandledMessage, see #1999
2012-04-23 12:29:08 -07:00
Viktor Klang
8ac7ac8499 Adding docs section on how to proxy ActorRefs with TypedActors 2012-04-23 16:19:58 +02:00
Roland
84c08e8a63 add option to log UnhandledMessage, see #1999
- LoggingBus.startDefaultLoggers will register a forwarder actor for
  UnhandledMessage, which republishes them as Debug message
- add tests and docs
- TestEventListener logs UnhandledMessage as Warning
2012-04-23 15:40:21 +02:00
Viktor Klang
b5960253a2 #1990 - Adding Java and Scala version of the microkernel docs 2012-04-23 14:50:26 +02:00
Viktor Klang
d431ab32cd Merge branch 'master' of github.com:akka/akka 2012-04-23 14:30:59 +02:00
Viktor Klang
8df2314bb3 #1946 - Adding clarification in docs about the HashedWheelTimer semantics 2012-04-23 14:30:28 +02:00
Roland
0c4b2a11ae document blocking nature of system.actorOf, see #2007 2012-04-23 12:26:29 +02:00
Viktor Klang
a658486d9b #1931 - correcting logging config examples 2012-04-08 01:10:19 +02:00
Viktor Klang
b27bae2f10 #1964 - Fixing doc example mistake in 0mq docs, no review 2012-04-02 23:57:44 +02:00
Vibul Imtarnasan
1b0e0c58e1 Update akka-docs/scala/dispatchers.rst 2012-03-29 16:42:05 +12:00
Vibul Imtarnasan
2977efef45 Update as per Roland Kuhn's suggestions 2012-03-29 16:35:30 +12:00
Vibul Imtarnasan
76f0754480 Added _TestCallingThreadDispatcherRef 2012-03-29 16:30:36 +12:00
Vibul Imtarnasan
ae7835bf58 Update akka-docs/scala/dispatchers.rst 2012-03-29 16:24:03 +12:00
Vibul Imtarnasan
6f36cc950b Added more dispatcher info. 2012-03-28 17:54:40 +12:00
Jonas Bonér
f7ca01a26b Merge branch 'master' of github.com:akka/akka
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-03-22 17:10:43 +01:00
Viktor Klang
a7e8c622a7 #1902 - Adding docs in Serialization Java/Scala for deep serialization using EventSourcing 2012-03-16 15:57:49 +01:00
Viktor Klang
9cee78bc54 #1904 - Clearing up performance aspects of using ask 2012-03-16 13:53:32 +01:00
Jonas Bonér
fdb9743dc6 Merge branch 'wip-cluster-membership-jboner' 2012-03-14 15:31:41 +01:00
Roland
d1630e5f49 link to letitcrash post from typed-actors.rst 2012-03-11 11:27:52 +01:00
Jonas Bonér
dc80315b31 merge with master 2012-03-09 20:02:43 +01:00
Roland
cb3bcf113f add section on when to use typed actors 2012-03-09 09:13:00 +01:00
Peter Vlugter
d7fe025fa2 Update docs theme 2012-03-06 13:20:00 +13:00
Jonas Bonér
e555d2a073 Added docs about Push/Pull and Rep/Req ZeroMQ support. Added Windows versions for all command line samples in the Getting Started Guides.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-03-05 15:21:02 +01:00
Viktor Klang
10bb7f678a Merge branch 'master' of github.com:akka/akka 2012-03-05 11:30:33 +01:00
Viktor Klang
b7947ca772 #1885 - Adding section on serializing ActorRefs 2012-03-05 11:30:21 +01:00
Roland
c9b768af7f move to github.com/akka/akka in docs 2012-03-05 10:27:17 +01:00
Peter Vlugter
1fd28e429e Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
viktorklang
e78b4e6203 Merge pull request #360 from jboner/wip-1873-make-stop-asynchronous-∂π
Wip 1873 make stop asynchronous ∂π
2012-03-01 08:40:04 -08:00
Roland
37284bab4f remove ActorContext.suspendForChildTermination, handle exceptions, add docs 2012-03-01 17:36:05 +01:00
Viktor Klang
2bc78e1026 Fixing broken link in docs 2012-03-01 10:14:39 +01:00
Roland
64b523638e rework childrenRefs to make context.stop(child) fully asynchronous
- replace TreeMap with custom ChildrenContainer, which has three
  implementations: empty, normal and “terminating” (i.e. waiting for
  some child to terminate)
- split recreate() in the same way as terminate(), so that there is a
  phase during which the suspended actor waits for termination of all
  children which were stopped in preRestart
- do not null out “actor” in ActorCell during restart, because we do
  need the supervisionStrategy and nulling it out does not buy us much
  in this case anyway
- provide new ActorContext.suspendForChildTermination(), which enters
  limbo for as long there are outstanding termination requests; this
  enables code which is very similar to previously (half-working) setups
  with “synchronous” context.stop(child)

docs are still missing, plus a little polishing here and there; oh, and
before I forget: ActorCell NOW is 64 bytes again ;-)
2012-02-29 21:10:31 +01:00
Jonas Bonér
e91af31fb9 Added FSM to the Node's ClusterCommandDaemon to manage the cluster command state as an FSM. Also added tests for all the FSM state changes.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-28 17:04:48 +01:00
Viktor Klang
db6bad7fc0 spelling 2012-02-28 10:32:14 +01:00
Viktor Klang
778bab40ea Removing dataflow docs for Java, as there is no such thing 2012-02-28 00:23:47 +01:00
Viktor Klang
b9359a82a6 Adding docs about how to do remoting with TypedActors 2012-02-27 15:19:07 +01:00
Roland
5fe27b523b rename AddressExtractor to AddressFromURIString, see #1865 2012-02-27 10:28:20 +01:00
Roland
b4fcc3b2f2 Merge remote-tracking branch 'origin/master' into wip-1836-durMB-settings-∂π
... and fix up MailboxType docs with new constructor signature.
2012-02-26 21:38:56 +01:00
Roland
eaee16c7d3 include system.settings when constructing MailboxType, see #1864
- necessary to not have to construct one Settings object per
  MessageQueue
- added system.settings to DispatcherPrerequisites
2012-02-26 21:26:25 +01:00
Viktor Klang
20e88024e1 Making sure that the java and scala extension docs mention thread safety 2012-02-25 15:00:09 +01:00