Commit graph

36 commits

Author SHA1 Message Date
Alberto G. Corona
7092606869 merged test branch 2017-03-04 13:25:53 +01:00
Alberto G. Corona
24d2852135 removed examples, created his own repo 2017-02-06 20:19:52 +01:00
Alberto
1de1e1b39c Add files via upload 2017-01-27 08:39:17 +01:00
Alberto G. Corona
7a3960193f examples changes 2016-10-22 14:28:38 +02:00
Alberto
4e22dea118 Update distributedApps.hs 2016-10-20 00:45:15 +02:00
Alberto
d2035342e6 Update distributedApps.hs 2016-09-29 18:52:14 +02:00
Alberto G. Corona
24e75ef4c2 distributed apps 2016-09-29 17:15:55 +02:00
Alberto G. Corona
0935e92c37 improved distributed example 2016-09-28 16:46:36 +02:00
Alberto G. Corona
983065ce9e added example distributed key-value store served by servant 2016-09-28 16:46:07 +02:00
Alberto G. Corona
dc0189b1cd Typeable constraint added runCloud work with keep 2016-09-12 00:58:22 +02:00
Alberto G. Corona
ac79e07e61 some cleanup 2016-08-02 17:22:29 +02:00
Alberto G. Corona
ad669c03ab tests and small fixes 2016-07-22 17:38:12 +02:00
Alberto G. Corona
eb99317a47 Merge branch 'master' of https://github.com/agocorona/transient-universe 2016-07-09 22:37:30 +02:00
Alberto G. Corona
53bff2f5bb version change, services improved 2016-07-05 00:45:04 +02:00
Alberto G. Corona
7796b4c778 - Some event handling code like browser events, relies on mfSequence, that
must be ser properly by runCont. Half done(only for browser events)
- Transient.Move.Services  for remote calling between transient apps that have
  completely different code is in progress.
2016-07-02 17:43:09 +02:00
Alberto G. Corona
9a61381164 automatic deletion of incoming nodes on connection failure 2016-06-21 23:13:18 +02:00
Alberto G. Corona
6ad82361d7 mailbox 2016-06-14 16:40:33 +02:00
Alberto G. Corona
e38d24573a added utils module 2016-06-13 19:45:23 +02:00
Alberto G. Corona
be9a16c7f8 added binary demo examples/distributedApps 2016-06-10 17:36:18 +02:00
Alberto G. Corona
9f97f60791 added stack dependencies from transient.git 2016-06-09 21:28:20 +02:00
Alberto G. Corona
9aaee8fc52 dynamic adding and releasing nodes, distributed example 2016-05-26 23:53:19 +02:00
Alberto G. Corona
558cadb9ca changed communications,mailboxes 2016-05-25 12:26:39 +02:00
Alberto G. Corona
5dabbbca07 new distributed example 2016-04-27 22:05:26 +02:00
Alberto G. Corona
3abc6e22c6 atRemote added 2016-04-26 11:22:52 +02:00
Alberto G. Corona
a5a4f6e334 - Fixed bugs in map-reduce
- Added new example
2016-04-26 08:55:24 +02:00
Alberto G. Corona
bb4e52328c Example with web node that send user input to a cluster
of servers, process it with map-reduce and render the results
2016-04-20 00:49:19 +02:00
Alberto G. Corona
c5bfc4773a some experimental variants of teleport,
A new example that launch a map-reduce query from a
web mode from a textbox imput and render the results works
2016-04-19 23:16:39 +02:00
Alberto G. Corona
403b3bc932 added teleportMany for stream. teleport for non stream 2016-04-18 15:45:44 +02:00
Alberto G. Corona
8a32032e97 cleanEVar, cleanMailBox to free event watchers 2016-04-17 19:18:29 +02:00
Alberto G. Corona
9905627151 added more exports to move 2016-04-13 12:44:08 +02:00
Alberto G. Corona
3ff0bed332 cleaning 2016-04-13 12:21:21 +02:00
Alberto G. Corona
dbc5fab994 cleaning exports in Move 2016-04-12 14:39:42 +02:00
Alberto G. Corona
1e9321445d renamed Transient.DDS to Transient.MapReduce
fixed reduce. Previously each node sent a number of messages= num Nodes * num.entries
Now it group the entries for each node and send one message per node
2016-04-11 12:24:22 +02:00
Alberto G. Corona
bdd46c612c fixes 2016-04-09 16:33:55 +02:00
Alberto G. Corona
7dd58e7d4a map-reduce (DDS): added processing with unboxed vectors 2016-04-07 09:19:00 +02:00
Alberto G. Corona
78b9888e36 initial commit, separated from transient 2016-04-05 19:31:08 +02:00