Commit graph

113 commits

Author SHA1 Message Date
Mike Krumlauf
c852f49cce Update akka-docs/general/supervision.rst 2012-03-05 20:34:55 -05:00
Roland
87275c40cf Merge branch 'wip-config-docs-∂π' 2012-03-05 21:47:39 +01:00
Roland
a864681147 clarify restart sequence in supervision.rst 2012-03-05 21:47:19 +01:00
Viktor Klang
74ad848983 Consistently using 'terminate' in supervision docs 2012-03-05 21:05:36 +01:00
Roland
56ce7a0ecd rewrite configuration.rst, see #1823 and #1838 2012-03-05 15:39:46 +01:00
Adam Lesperance
4a47ce8ba3 Remove unneeded word "that". 2012-02-21 13:35:07 -06:00
Viktor Klang
445ffa3a7d #1842 - Documenting initial behavior 2012-02-21 12:03:14 +01:00
Roland
72ab6429c2 document AllForOneStrategy better, see #1851 2012-02-21 08:51:51 +01:00
Bruce Mitchener
3d90f480d0 Fix spelling errors. 2012-02-14 19:50:01 +07:00
viktorklang
216513933a Merge pull request #323 from jboner/wip-1808-timeout-patriknw
Replace akka.actor.timeout with specfic settings. See #1808
2012-02-13 04:52:30 -08:00
Viktor Klang
49f101d186 #1813 - Adding clarification regarding JMM and Futures 2012-02-12 19:20:00 +01:00
Patrik Nordwall
e017aeef08 Replace akka.actor.timeout with specfic settings. See #1808
* ActorTimeout (akka.actor.timeout) was used to all sorts of things.
* TestKit default-timeout
* TypedActor timeout for non void methods
* Transactor coordinated-timeout
* ZeroMQ new-socket-timeout
* And in various tests
2012-02-10 16:07:17 +01:00
Jonas Bonér
51a218b87f Fixes ticket #1809 - Harmonize configuration option names.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-09 20:40:09 +01:00
Roland
76bba1f530 remote deploy docs & provider.getExternalAddressFor (see #1765) 2012-02-03 09:16:18 +01:00
Roland
4fb0858e55 remote cleanup: include feedback from Viktor and Patrik
- re-label Client/Server to Inbound/Outbound for netty settings
  description
- move to just using exactly one class loader for all reflective
  activities of the ActorSystem, which is either the context class
  loader or the one which loaded the ActorSystem’s class; document that
  putting Akka on boot class path will not work
- be more careful with initializing the Client- and ServerBootstrap
- rename Port to DesiredPortFromConfig to discourage misuse
- write test for NettySettings
- various small fixes
2012-01-30 11:57:24 +01:00
Roland
6afed30d43 add Java FSM example and reST, see #1428 2012-01-24 14:32:17 +01:00
Roland
ee5ae1068b Merge branch 'wip-1485-fsm-docs-∂π' 2012-01-24 09:35:35 +01:00
Roland
b2c63062fd document EmptyLocalActorRef, see #1605 2012-01-23 17:56:52 +01:00
patriknw
d21d03207f Merge pull request #247 from jboner/wip-1711-supervisorStrategy-patriknw
FaultHandler as method in Actor instead of in Props. See #1711
2012-01-23 08:40:59 -08:00
Patrik Nordwall
9e15d2062b Renamed more things to SupervisorStrategy. Updated more docs. See #1711 2012-01-23 17:18:49 +01:00
Patrik Nordwall
66e0a7cf0b Moved definition of fault handler from Props to overridable method supervisorStrategy in Actor. See #1711
* New trait SupervisorStrategy for TypedActors
* Adjustments of docs
* Updated tests
2012-01-23 13:49:19 +01:00
Patrik Nordwall
05d4a6ed38 DOC: Extension sample for application specific settings. See #1702
* Added sample and documentation for how to create extension for application specific config
* Simplified java usage of ExtensionIdProvider, more aligned with how it is done in scala
2012-01-20 11:30:33 +01:00
Viktor Klang
149fbea5a7 Updating Copyright as per #1660 2012-01-19 18:21:06 +01:00
Patrik Nordwall
1b4983f865 DOC: fixed minor path err 2012-01-18 10:10:42 +01:00
Patrik Nordwall
4dd5e9612b Migration kit and start of migration documentation. See #1406.
* Documentation of migration kit
* Documentation of some of the changes
* akka-actor-migration module containing GlobalActorSystem, OldXxx classes and some implicit conversions
* Tried migration of WebWords sample
* Tried migration of akka-samples/async-workers
* Tried migration of akka-samples-trading
2012-01-12 13:27:58 +01:00
Viktor Klang
f76e085226 Correct wording 2011-12-30 18:51:07 +01:00
Roland
2fbef5b5ce various documentation improvements
- document DeathWatch
- actorOf vs. actorFor
2011-12-28 13:13:39 +01:00
Roland
a917260488 add examples for printing out configuration 2011-12-26 19:01:37 +01:00
Roland
f510293d59 add picture showing remote deployment 2011-12-22 16:44:50 +01:00
Roland
1a5843b7db add picture displaying relations between ref/path/cell/actor 2011-12-22 15:51:18 +01:00
Henrik Engstrom
419b69438f Added copyright header to all samples in docs. Fixes #1531 2011-12-19 11:07:59 +01:00
Viktor Klang
42e8a4559e #1496 - Rename 'targets' to 'routees' 2011-12-17 16:33:29 +01:00
Roland
38ff479a39 redo section Identifying Actors for Java&Scala 2011-12-15 23:49:15 +01:00
Jonas Bonér
473dc7c89e Fixed broken link in "What is an Actor?" 2011-12-15 23:39:39 +01:00
Roland
fd4b4e3fb3 transparent remoting -> location transparency 2011-12-15 19:03:02 +01:00
Roland
1053dcbd2d correct points Henrik raised 2011-12-15 17:12:19 +01:00
Roland Kuhn
06a13d3eb1 Merge pull request #164 from jboner/wip-1169-actor-system-doc-rk
received okay by mail
2011-12-15 07:20:15 -08:00
Roland
6d72c9988a document deadLetter in actors concept 2011-12-15 16:19:08 +01:00
Roland
c6afb5ba2d polish some more and add remoting.rst 2011-12-15 15:09:16 +01:00
Jonas Bonér
ce296b0481 Misc additions to, and rewrites and formatting of, the documentation.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-15 14:26:17 +01:00
Roland
31591d4ec2 polish and add general/actors 2011-12-15 12:05:48 +01:00
Roland
0fa4f3504c first stab at actor-systems.rst 2011-12-15 01:49:02 +01:00
patriknw
d9e9efe2d7 Merge pull request #156 from jboner/wip-1504-config-comments-patriknw
Rewrite config comments
2011-12-14 08:47:19 -08:00
Viktor Klang
e959493e12 Enormous merge with master which probably led to the indirect unfortunate deaths of several kittens 2011-12-14 17:36:39 +01:00
Patrik Nordwall
c1826abee1 Merge branch 'master' into wip-1504-config-comments-patriknw
Conflicts:
	akka-actor/src/main/resources/reference.conf
2011-12-14 17:02:29 +01:00
Patrik Nordwall
8ffa85c590 DOC: Rewrite config comments. See #1505 2011-12-14 15:12:40 +01:00
Roland
5eedbdd69f rename ActorSystem.stop() to .shutdown() 2011-12-14 01:06:20 +01:00
Roland
9af58366f6 change default behavior to kill all children during preRestart
- adapted supervision doc accordingly
- had to override preRestart in two supervision tests, which is expected
2011-12-14 00:32:31 +01:00
Roland
7da61b6cc1 rename /null to /deadLetters, fixes #1492 2011-12-13 18:29:51 +01:00
Patrik Nordwall
31e2cb354f Updated to latest config release from typesafehub, v0.1.8 2011-12-13 15:28:14 +01:00