ray/src/common
Philipp Moritz 12a68e84d2 Implement a first pass at actors in the API. (#242)
* Implement actor field for tasks

* Implement actor management in local scheduler.

* initial python frontend for actors

* import actors on worker

* IPython code completion and tests

* prepare creating actors through local schedulers

* add actor id to PyTask

* submit actor calls to local scheduler

* starting to integrate

* simple fix

* Fixes from rebasing.

* more work on python actors

* Improve local scheduler actor handlers.

* Pass actor ID to local scheduler when connecting a client.

* first working version of actors

* fixing actors

* fix creating two copies of the same actor

* fix actors

* remove sleep

* get rid of export synchronization

* update

* insert actor methods into the queue in the right order

* remove print statements

* make it compile again after rebase

* Minor updates.

* fix python actor ids

* Pass actor_id to start_worker.

* add test

* Minor changes.

* Update actor tests.

* Temporary plan for import counter.

* Temporarily fix import counters.

* Fix some tests.

* Fixes.

* Make actor creation non-blocking.

* Fix test?

* Fix actors on Python 2.

* fix rare case.

* Fix python 2 test.

* More tests.

* Small fixes.

* Linting.

* Revert tensorflow version to 0.12.0 temporarily.

* Small fix.

* Enhance inheritance test.
2017-02-15 00:10:05 -08:00
..
build Rearrange files to prepare to merge into Ray. 2016-10-25 13:59:47 -07:00
cmake Switch build system to use CMake completely. (#200) 2017-01-17 16:56:40 -08:00
doc Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
lib/python Implement a first pass at actors in the API. (#242) 2017-02-15 00:10:05 -08:00
redis_module Reconstruction for evicted objects (#181) 2017-02-01 19:18:46 -08:00
shims/windows Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
state Implement a first pass at actors in the API. (#242) 2017-02-15 00:10:05 -08:00
test Implement a first pass at actors in the API. (#242) 2017-02-15 00:10:05 -08:00
thirdparty Implement tables with redis modules (#114) 2016-12-11 17:40:19 -08:00
CMakeLists.txt Implement a first pass at actors in the API. (#242) 2017-02-15 00:10:05 -08:00
common.c Global scheduler - per-task transfer-aware policy (#145) 2016-12-22 03:11:46 -08:00
common.h Global scheduler - per-task transfer-aware policy (#145) 2016-12-22 03:11:46 -08:00
event_loop.c Ion and Philipp's table retries (#10) 2016-10-29 15:22:33 -07:00
event_loop.h Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
io.c Use flatcc for serialization of IPC messages. (#140) 2016-12-20 14:46:25 -08:00
io.h Use flatcc for serialization of IPC messages. (#140) 2016-12-20 14:46:25 -08:00
logging.c Log profiling information from worker. (#178) 2017-01-05 16:47:16 -08:00
logging.h Log profiling information from worker. (#178) 2017-01-05 16:47:16 -08:00
net.c Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
net.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
object_info.h Object table remove (#139) 2016-12-19 23:18:57 -08:00
task.c Implement a first pass at actors in the API. (#242) 2017-02-15 00:10:05 -08:00
task.h Implement a first pass at actors in the API. (#242) 2017-02-15 00:10:05 -08:00