-
Notifications
You must be signed in to change notification settings - Fork 2
/
dipl.bib
2699 lines (2461 loc) · 87.4 KB
/
dipl.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@book{Aba96,
author = {Mart{\'{\i}}n Abadi and
Luca Cardelli},
title = {{A Theory of Objects}},
series = {Monographs in Computer Science},
publisher = {Springer},
year = {1996},
url = {https://doi.org/10.1007/978-1-4419-8598-9},
doi = {10.1007/978-1-4419-8598-9},
isbn = {978-0-387-94775-4}
}
@inproceedings{Agh14,
author = {Gul Agha},
title = {{Actors Programming for the Mobile Cloud}},
booktitle = {{IEEE} 13th International Symposium on Parallel and Distributed Computing,
{ISPDC} 2014, Marseille, France, June 24-27, 2014},
pages = {3--9},
year = {2014},
url = {https://doi.org/10.1109/ISPDC.2014.31},
doi = {10.1109/ISPDC.2014.31}
}
@book{Agh85a,
author = {Gul A. Agha},
title = {{ACTORS - A Model of Concurrent Computation in Distributed Systems}},
series = {{MIT} Press series in artificial intelligence},
publisher = {{MIT} Press},
year = {1985},
isbn = {978-0-262-01092-4}
}
@inproceedings{Agh85b,
author = {Gul Agha and
Carl Hewitt},
title = {{Concurrent Programming Using Actors: Exploiting Large-Scale Parallelism}},
booktitle = {Foundations of Software Technology and Theoretical Computer Science,
Fifth Conference, New Delhi, India, December 16-18, 1985, Proceedings},
pages = {19--41},
year = {1985},
url = {https://doi.org/10.1007/3-540-16042-6_2},
doi = {10.1007/3-540-16042-6_2}
}
@article{Agh90,
author = {Gul Agha},
title = {{Concurrent Object-Oriented Programming}},
journal = {Commun. {ACM}},
volume = {33},
number = {9},
pages = {125--141},
year = {1990},
url = {http://doi.acm.org/10.1145/83880.84528},
doi = {10.1145/83880.84528}
}
@inproceedings{Agh91,
author = {Gul Agha and
Christopher R. Houck and
Rajendra Panwar},
title = {{Distributed Execution of Actor Programs}},
booktitle = {Languages and Compilers for Parallel Computing, Fourth International
Workshop, Santa Clara, California, USA, August 7-9, 1991, Proceedings},
pages = {1--17},
year = {1991},
url = {https://doi.org/10.1007/BFb0038654},
doi = {10.1007/BFb0038654},
}
@article{Agh93,
author = {Gul Agha and
Svend Fr{\o}lund and
WooYoung Kim and
Rajendra Panwar and
Anna Patterson and
Daniel C. Sturman},
title = {Abstraction and modularity mechanisms for concurrent computing},
journal = {{IEEE} P{\&}DT},
volume = {1},
number = {2},
pages = {3--14},
year = {1993},
url = {https://doi.org/10.1109/88.218170},
doi = {10.1109/88.218170}
}
@article{Agh97,
author = {Gul Agha and
Ian A. Mason and
Scott F. Smith and
Carolyn L. Talcott},
title = {{A Foundation for Actor Computation}},
journal = {J. Funct. Program.},
volume = {7},
number = {1},
pages = {1--72},
year = {1997},
url = {https://doi.org/10.1017/S095679689700261X},
doi = {10.1017/S095679689700261X}
}
@article{Agh99,
author = {Gul A. Agha and
WooYoung Kim},
title = {{Actors: A Unifying Model for Parallel and Distributed Computing}},
journal = {Journal of Systems Architecture},
volume = {45},
number = {15},
pages = {1263--1277},
year = {1999},
url = {https://doi.org/10.1016/S1383-7621(98)00067-8},
doi = {10.1016/S1383-7621(98)00067-8}
}
@phdthesis{Ahm14,
author = {Salman Azeem Ahmad},
title = {{Programming Language Design for Service-Oriented Systems}},
school = {Massachusetts Institute of Technology, Cambridge, MA, {USA}},
year = {2014},
url = {http://hdl.handle.net/1721.1/92961}
}
@misc{AkkaDotNet,
author = {Akka.NET Project},
title = {{Akka.NET}},
url = {https://getakka.net},
note = {Accessed: 2018-09-30}
}
@misc{AkkaActor,
author = {Lightbend Inc},
title = {{Actors (Scala Variant). Akka Version 2.5 Documentation}},
url = {https://doc.akka.io/docs/akka/2.5/scala/actors.html},
note = {Accessed: 2018-04-22}
}
@misc{AkkaFuture,
author = {Lightbend Inc},
title = {{Futures. Akka Version 2.5 Documentation}},
url = {https://doc.akka.io/docs/akka/2.5/futures.html},
note = {Accessed: 2018-04-12}
}
@misc{AkkaHTTP,
author = {Lightbend Inc},
title = {{Akka HTTP. Akka Version 2.5 Documentation}},
url = {https://doc.akka.io/docs/akka-http/current/index.html},
note = {Accessed: 2018-05-24}
}
@misc{AkkaJMM,
author = {Lightbend Inc},
title = {{Akka and the Java Memory Model. Akka Version 2.5 Documentation}},
url = {https://doc.akka.io/docs/akka/2.5/general/jmm.html},
note = {Accessed: 2018-04-14}
}
@misc{AkkaMDR,
author = {Lightbend Inc},
title = {{Message Delivery Reliability. Akka Version 2.5 Documentation}},
url = {https://doc.akka.io/docs/akka/2.5/general/message-delivery-reliability.html},
note = {Accessed: 2018-04-10}
}
@misc{AkkaScheduler,
author = {Lightbend Inc},
title = {{Scheduler. Akka Version 2.5 Documentation}},
url = {https://doc.akka.io/docs/akka/2.5/scala/scheduler.html},
note = {Accessed: 2018-04-22}
}
@misc{AkkaSupervision,
author = {Lightbend Inc},
title = {{Supervision and Monitoring. Akka Version 2.5 Documentation}},
url = {https://doc.akka.io/docs/akka/2.5/scala/general/supervision.html},
note = {Accessed: 2018-04-26}
}
@misc{AkkaTyped,
author = {Lightbend Inc},
title = {{Akka Typed. Akka Version 2.5 Documentation}},
url = {https://doc.akka.io/docs/akka/2.5.5/scala/typed.html},
note = {Accessed: 2018-04-26}
}
@inproceedings{Akk08,
author = {Kemal Akkaya and
Aravind Thimmapuram and
Fatih Senel and
Suleyman Uludag},
title = {{Distributed Recovery of Actor Failures in Wireless Sensor and Actor Networks}},
booktitle = {{WCNC} 2008, {IEEE} Wireless Communications {\&} Networking Conference,
March 31 2008 - April 3 2008, Las Vegas, Nevada, USA, Conference Proceedings},
pages = {2480--2485},
year = {2008},
url = {https://doi.org/10.1109/WCNC.2008.436},
doi = {10.1109/WCNC.2008.436}
}
@article{Akm90,
author = {Varol Akman},
title = {{Review of Actors: A Model of Concurrent Computation in Distributed Systems}},
journal = {{AI} Magazine},
volume = {11},
number = {4},
pages = {92--95},
year = {1990},
url = {http://www.aaai.org/ojs/index.php/aimagazine/article/view/861}
}
@book{All13,
author = {Jamie Allen},
title = {{Effective Akka: Patterns and Best Practices}},
year = {2013},
publisher = {O'Reilly Media},
isbn = {978-1449360078}
}
@inproceedings{Als16,
author = {Nuha Alshuqayran and
Nour Ali and
Roger Evans},
title = {{A Systematic Mapping Study in Microservice Architecture}},
booktitle = {9th {IEEE} International Conference on Service-Oriented Computing
and Applications, {SOCA} 2016, Macau, China, November 4-6, 2016},
pages = {44--51},
year = {2016},
url = {https://doi.org/10.1109/SOCA.2016.15},
doi = {10.1109/SOCA.2016.15}
}
@misc{AMQP,
author = {Organization for the of Advancement Structured Information Standards (OASIS)},
title = {Advanced Message Queuing Protocol (AMQP) Version 1.0},
editor = {Robert Godfrey and
David Ingham and
Rafael Schloming},
keywords = {amqp},
year = {2012},
url = {http://docs.oasis-open.org/amqp/core/v1.0/amqp-core-complete-v1.0.pdf},
note = {Accessed: 2018-05-22}
}
@article{Anc16,
author = {Davide Ancona and
Viviana Bono and
Mario Bravetti and
Joana Campos and
Giuseppe Castagna and
Pierre{-}Malo Deni{\'{e}}lou and
Simon J. Gay and
Nils Gesbert and
Elena Giachino and
Raymond Hu and
Einar Broch Johnsen and
Francisco Martins and
Viviana Mascardi and
Fabrizio Montesi and
Rumyana Neykova and
Nicholas Ng and
Luca Padovani and
Vasco T. Vasconcelos and
Nobuko Yoshida},
title = {{Behavioral Types in Programming Languages}},
journal = {Foundations and Trends in Programming Languages},
volume = {3},
number = {2-3},
pages = {95--230},
year = {2016},
url = {https://doi.org/10.1561/2500000031},
doi = {10.1561/2500000031}
}
@article{And83,
author = {Gregory R. Andrews and
Fred B. Schneider},
title = {{Concepts and Notations for Concurrent Programming}},
journal = {{ACM} Comput. Surv.},
volume = {15},
number = {1},
pages = {3--43},
year = {1983},
url = {http://doi.acm.org/10.1145/356901.356903},
doi = {10.1145/356901.356903}
}
@misc{ApacheHttpComponents,
author = {Apache Software Foundation},
title = {{HttpComponents}},
url = {https://hc.apache.org},
note = {Accessed: 2018-06-02}
}
@misc{ApacheKafka,
author = {Apache Software Foundation},
title = {{Kafka}},
url = {https://kafka.apache.org},
note = {Accessed: 2018-06-02}
}
@misc{ApacheLucene,
author = {Apache Software Foundation},
title = {{Lucene}},
url = {https://lucene.apache.org},
note = {Accessed: 2018-06-02}
}
@book{Arm93,
author = {Joe Armstrong and
Robert Virding and
Mike Williams},
title = {{Concurrent programming in ERLANG}},
publisher = {Prentice Hall},
year = {1993},
isbn = {978-0-13-285792-5}
}
@inproceedings{Arm97,
author = {Joe L. Armstrong},
title = {{The Development of Erlang}},
booktitle = {Proceedings of the 1997 {ACM} {SIGPLAN} International Conference on
Functional Programming {(ICFP} '97), Amsterdam, The Netherlands, June
9-11, 1997.},
pages = {196--203},
year = {1997},
url = {http://doi.acm.org/10.1145/258948.258967},
doi = {10.1145/258948.258967}
}
@inproceedings{Aue91,
author = {Joshua S. Auerbach and
David F. Bacon and
Arthur P. Goldberg and
Germ{\'{a}}n S. Goldszmidt and
Mark T. Kennedy and
Andy Lowry and
James R. Russell and
William Silverman and
Robert E. Strom and
Daniel M. Yellin and
Shaula Yemini},
title = {{High-Level Language Support for Programming Distributed Systems}},
booktitle = {Proceedings of the 1991 Conference of the Centre for Advanced Studies
on Collaborative Research, October 28-30, 1991, Toronto, Ontario,
Canada},
pages = {173--196},
year = {1991},
url = {http://doi.acm.org/10.1145/962128},
doi = {10.1145/962128}
}
@book{Bac03,
author = {Kean Bacon and
Tim Harris},
title = {{Operating Systems: Concurrent and Distributed Software Design}},
year = {2003},
publisher = {Pearson Education},
isbn = {978-0321117892}
}
@article{Bae05,
author = {Jos C. M. Baeten},
title = {{A Brief History of Process Algebra}},
journal = {Theor. Comput. Sci.},
volume = {335},
number = {2-3},
pages = {131--146},
year = {2005},
url = {https://doi.org/10.1016/j.tcs.2004.07.036},
doi = {10.1016/j.tcs.2004.07.036}
}
@article{Bai13,
author = {Peter Bailis and
Ali Ghodsi},
title = {Eventual consistency today: limitations, extensions, and beyond},
journal = {Commun. {ACM}},
volume = {56},
number = {5},
pages = {55--63},
year = {2013},
url = {http://doi.acm.org/10.1145/2447976.2447992},
doi = {10.1145/2447976.2447992},
}
@article{Bak77,
author = {Henry G. Baker and
Carl Hewitt},
title = {The incremental garbage collection of processes},
journal = {{SIGART} Newsletter},
volume = {64},
pages = {55--59},
year = {1977},
url = {http://doi.acm.org/10.1145/872736.806932},
doi = {10.1145/872736.806932}
}
@inproceedings{Bar97,
author = {Manuel Barrio{-}Sol{\'{o}}rzano and
Pablo de la Fuente},
title = {{A Formal Model of Concurrency for Distributed Object-Oriented Systems}},
booktitle = {4th Asia-Pacific Software Engineering and International Computer Science
Conference {(APSEC} '97 / {ICSC} '97), 2-5 December 1997, Clear Water
Bay, Hong Kong},
pages = {466--474},
year = {1997},
url = {https://doi.org/10.1109/APSEC.1997.640203},
doi = {10.1109/APSEC.1997.640203}
}
@inproceedings{Beh03,
author = {J. Robert von Behren and
Jeremy Condit and
Eric A. Brewer},
title = {{Why Events Are a Bad Idea (for High-Concurrency Servers)}},
booktitle = {Proceedings of HotOS'03: 9th Workshop on Hot Topics in Operating Systems,
May 18-21, 2003, Lihue (Kauai), Hawaii, {USA}},
pages = {19--24},
year = {2003},
url = {https://www.usenix.org/conference/hotos-ix/why-events-are-bad-idea-high-concurrency-servers}
}
@book{Ben90,
author = {Mordechai Ben{-}Ari},
title = {{Principles of Concurrent and Distributed Programming}},
series = {{PHI} Series in computer science},
publisher = {Prentice Hall},
year = {1990},
isbn = {978-0-13-711821-2}
}
@techreport{Ber14,
author = {Phil Bernstein and
Sergey Bykov and
Alan Geller and
Gabriel Kliot and
Jorgen Thelin},
title = {{Orleans: Distributed Virtual Actors for Programmability and Scalability}},
year = {2014},
month = {March},
url = {https://www.microsoft.com/en-us/research/publication/orleans-distributed-virtual-actors-for-programmability-and-scalability/},
note = {Accessed: 2018-02-17}
}
@book{Ber16,
author = {Manuel Bernhardt},
title = {{Reactive Web Applications}},
year = {2016},
publisher = {Manning Publications Co.},
isbn = {978-1633430099}
}
@article{Bes10,
author = {Jana Besser and
Martha Larson and
Katja Hofmann},
title = {Podcast search: user goals and retrieval technologies},
journal = {Online Information Review},
volume = {34},
number = {3},
pages = {395--419},
year = {2010},
url = {https://doi.org/10.1108/14684521011054053},
doi = {10.1108/14684521011054053}
}
@article{Bla13,
author = {Andrew P. Black},
title = {{Object-oriented programming: Some history, and challenges for the next fifty years}},
journal = {Inf. Comput.},
volume = {231},
pages = {3--20},
year = {2013},
url = {https://doi.org/10.1016/j.ic.2013.08.002},
doi = {10.1016/j.ic.2013.08.002}
}
@inproceedings{Boe07,
author = {Frank S. de Boer and
Dave Clarke and
Einar Broch Johnsen},
title = {{A Complete Guide to the Future}},
booktitle = {Programming Languages and Systems, 16th European Symposium on Programming,
{ESOP} 2007, Held as Part of the Joint European Conferences on Theory
and Practics of Software, {ETAPS} 2007, Braga, Portugal, March 24
- April 1, 2007, Proceedings},
pages = {316--330},
year = {2007},
url = {https://doi.org/10.1007/978-3-540-71316-6_22},
doi = {10.1007/978-3-540-71316-6_22}
}
@inproceedings{Bon00,
author = {Andre B. Bondi},
title = {{Characteristics of Scalability and Their Impact on Performance}},
booktitle = {Workshop on Software and Performance},
pages = {195--203},
year = {2000},
url = {http://doi.acm.org/10.1145/350391.350432},
doi = {10.1145/350391.350432}
}
@book{Bon16,
author = {Jonas Bonér},
title = {{Reactive Microservices Architecture: Design Principles for Distributed Systems}},
year = {2016},
publisher = {O'Reilly Media},
isbn = {978-1-491-95779-0}
}
@book{Bon17,
author = {Jonas Bonér},
title = {{Reactive Microsystems: The Evolution of Microservices at Scale}},
year = {2017},
publisher = {O'Reilly Media},
isbn = {978-1-491-99433-7}
}
@inproceedings{Bri87,
author = {Jean{-}Pierre Briot and
Akinori Yonezawa},
title = {{Inheritance and Synchronization in Concurrent OOP}},
booktitle = {ECOOP'87 European Conference on Object-Oriented Programming, Paris,
France, June 15-17, 1987, Proceedings},
pages = {32--40},
year = {1987},
url = {https://doi.org/10.1007/3-540-47891-4_4},
doi = {10.1007/3-540-47891-4_4}
}
@article{Bri98,
author = {Jean{-}Pierre Briot and
Rachid Guerraoui and
Klaus{-}Peter L{\"{o}}hr},
title = {{Concurrency and Distribution in Object-Oriented Programming}},
journal = {{ACM} Comput. Surv.},
volume = {30},
number = {3},
pages = {291--329},
year = {1998},
url = {http://doi.acm.org/10.1145/292469.292470},
doi = {10.1145/292469.292470}
}
@article{Brin98,
author = {Sergey Brin and
Lawrence Page},
title = {{The Anatomy of a Large-Scale Hypertextual Web Search Engine}},
journal = {Computer Networks},
volume = {30},
number = {1-7},
pages = {107--117},
year = {1998},
url = {https://doi.org/10.1016/S0169-7552(98)00110-X},
doi = {10.1016/S0169-7552(98)00110-X}
}
@misc{Bro16,
author = {Kyle Brown and
Bobby Woolf},
title = {{Implementation Patterns for Microservices Architectures}},
year = {2016},
url = {http://www.hillside.net/plop/2016/papers/two/8.pdf},
note = {Accessed: 2018-03-16}
}
@techreport{Bus90,
author = {David W Bustard},
title = {{Concepts of Concurrent Programming}},
year = {1990},
institution={Carnegie Mellon University, Software Engineering Institute},
url = {http://repository.cmu.edu/sei/110/},
note = {Accessed: 2018-04-03}
}
@book{But14,
author = {Paul Butcher},
title = {{Seven Concurrency Models in Seven Weeks: When Threads Unravel}},
year = {2014},
publisher = {Pragmatic Bookshelf},
isbn = {978-1-93778-565-9}
}
@book{Cac11,
author = {Christian Cachin and
Rachid Guerraoui and
Lu{\'{\i}}s E. T. Rodrigues},
title = {{Introduction to Reliable and Secure Distributed Programming (2. ed.)}},
publisher = {Springer},
year = {2011},
url = {https://doi.org/10.1007/978-3-642-15260-3},
doi = {10.1007/978-3-642-15260-3},
isbn = {978-3-642-15259-7}
}
@incollection{Cal18,
author = {Sam Caldwell},
title = {{General Purpose Languages Extended for Distribution}},
booktitle = {Programming Models for Distributed Computing},
url = {http://dist-prog-book.com/chapter/5/langs-extended-for-dist.html},
chapter = {5},
note = {Accessed: 2018-04-22}
}
@inproceedings{Car04,
author = {Denis Caromel and
Ludovic Henrio and
Bernard P. Serpette},
title = {Asynchronous and deterministic objects},
booktitle = {Proceedings of the 31st {ACM} {SIGPLAN-SIGACT} Symposium on Principles
of Programming Languages, {POPL} 2004, Venice, Italy, January 14-16,
2004},
pages = {123--134},
year = {2004},
url = {http://doi.acm.org/10.1145/964001.964012},
doi = {10.1145/964001.964012}
}
@book{Car17,
author = {John Carnell},
title = {{Spring Microservices in Action}},
year = {2017},
isbn = {978-1617293986},
publisher = {Manning Publications Company}
}
@inproceedings{Car97,
author = {Antonio Carzaniga and
Gian Pietro Picco and
Giovanni Vigna},
title = {{Designing Distributed Applications with Mobile Code Paradigms}},
booktitle = {Pulling Together, Proceedings of the 19th International Conference
on Software Engineering, Boston, Massachusetts, USA, May 17-23, 1997.},
pages = {22--32},
year = {1997},
url = {http://doi.acm.org/10.1145/253228.253236},
doi = {10.1145/253228.253236}
}
@inproceedings{Cha13,
author = {Dominik Charousset and
Thomas C. Schmidt and
Raphael Hiesgen and
Matthias W{\"{a}}hlisch},
title = {{Native Actors – A Scalable Software Platform for Distributed, Heterogeneous Environments}},
booktitle = {Proceedings of the 2013 Workshop on Programming based on Actors, Agents,
and Decentralized Control, AGERE!SPLASH 2013, Indianapolis, IN, USA,
October 27-28, 2013},
pages = {87--96},
year = {2013},
url = {http://doi.acm.org/10.1145/2541329.2541336},
doi = {10.1145/2541329.2541336}
}
@article{Che16,
author = {Natalia Chechina and
Huiqing Li and
Amir Ghaffari and
Simon J. Thompson and
Phil Trinder},
title = {{Improving the network scalability of Erlang}},
journal = {J. Parallel Distrib. Comput.},
volume = {90-91},
pages = {22--34},
year = {2016},
url = {https://doi.org/10.1016/j.jpdc.2016.01.002},
doi = {10.1016/j.jpdc.2016.01.002}
}
@article{Che17,
author = {Natalia Chechina and
Kenneth MacKenzie and
Simon J. Thompson and
Phil Trinder and
Olivier Boudeville and
Viktoria Ford{\'{o}}s and
Csaba Hoch and
Amir Ghaffari and
Mario Moro Hernandez},
title = {{Evaluating Scalable Distributed Erlang for Scalability and Reliability}},
journal = {{IEEE} Trans. Parallel Distrib. Syst.},
volume = {28},
number = {8},
pages = {2244--2257},
year = {2017},
url = {https://doi.org/10.1109/TPDS.2017.2654246},
doi = {10.1109/TPDS.2017.2654246}
}
@article{Cho03,
author = {Junghoo Cho and
Hector Garcia{-}Molina},
title = {{Effective page refresh policies for Web crawlers}},
journal = {{ACM} Trans. Database Syst.},
volume = {28},
number = {4},
pages = {390--426},
year = {2003},
url = {http://doi.acm.org/10.1145/958942.958945},
doi = {10.1145/958942.958945}
}
@inproceedings{Cho04,
author = {Ben Choi and
Rohit Dhawan},
title = {{Agent Space Architecture for Search Engines}},
booktitle = {2004 {IEEE/WIC/ACM} International Conference on Intelligent Agent
Technology {(IAT} 2004), 20-24 September 2004, Beijing, China},
pages = {521--525},
year = {2004},
url = {https://doi.org/10.1109/IAT.2004.1343010},
doi = {10.1109/IAT.2004.1343010}
}
@misc{CLOC,
author = {Al Danial},
title = {{CLOC}},
url = {https://github.com/AlDanial/cloc},
note = {Accessed: 2018-08-13}
}
@book{Cou05,
author = {George F Coulouris and
Jean Dollimore and
Tim Kindberg},
title = {{Distributed Systems: Concepts and Design}},
year = {2011},
isbn = {978-0132143011},
edition = {5th},
publisher = {Addison-Wesley Publishing Company}
}
@inproceedings{Dab02,
author = {Frank Dabek and
Nickolai Zeldovich and
M. Frans Kaashoek and
David Mazi{\`{e}}res and
Robert Tappan Morris},
title = {{Event-driven Programming for Robust Software}},
booktitle = {Proceedings of the 10th {ACM} {SIGOPS} European Workshop, Saint-Emilion,
France, July 1, 2002},
pages = {186--189},
year = {2002},
url = {http://doi.acm.org/10.1145/1133373.1133410},
doi = {10.1145/1133373.1133410}
}
@incollection{Dem18,
author = {Nathaniel Dempkowski},
title = {{Message Passing and the Actor Model}},
booktitle = {Programming Models for Distributed Computing},
url = {http://dist-prog-book.com/chapter/3/message-passing.html},
chapter = {3},
note = {Accessed: 2018-04-22}
}
@inproceedings{Des13,
author = {Ankush Desai and
Vivek Gupta and
Ethan K. Jackson and
Shaz Qadeer and
Sriram K. Rajamani and
Damien Zufferey},
title = {{P: Safe Asynchronous Event-Driven Programming}},
booktitle = {{ACM} {SIGPLAN} Conference on Programming Language Design and Implementation,
{PLDI} '13, Seattle, WA, USA, June 16-19, 2013},
pages = {321--332},
year = {2013},
url = {http://doi.acm.org/10.1145/2462156.2462184},
doi = {10.1145/2462156.2462184}
}
@misc{Docker,
author = {Docker Inc},
title = {{Docker}},
url = {https://www.docker.com}
}
@inproceedings{DOs13,
author = {Emanuele D'Osualdo and
Jonathan Kochems and
C.{-}H. Luke Ong},
title = {{Automatic Verification of Erlang-Style Concurrency}},
booktitle = {Static Analysis - 20th International Symposium, {SAS} 2013, Seattle,
WA, USA, June 20-22, 2013. Proceedings},
pages = {454--476},
year = {2013},
url = {https://doi.org/10.1007/978-3-642-38856-9\_24},
doi = {10.1007/978-3-642-38856-9\_24}
}
@incollection{Dra17a,
author = {Nicola Dragoni and
Saverio Giallorenzo and
Alberto Lluch{-}Lafuente and
Manuel Mazzara and
Fabrizio Montesi and
Ruslan Mustafin and
Larisa Safina},
title = {{Microservices: yesterday, today, and tomorrow}},
booktitle = {Present and Ulterior Software Engineering.},
pages = {195--216},
year = {2017},
url = {https://doi.org/10.1007/978-3-319-67425-4_12},
doi = {10.1007/978-3-319-67425-4_12}
}
@article{Dra17b,
author = {Nicola Dragoni and
Ivan Lanese and
Stephan Thordal Larsen and
Manuel Mazzara and
Ruslan Mustafin and
Larisa Safina},
title = {{Microservices: How To Make Your Application Scale}},
journal = {CoRR},
volume = {abs/1702.07149},
year = {2017},
url = {http://arxiv.org/abs/1702.07149},
archivePrefix = {arXiv},
eprint = {1702.07149}
}
@article{Dra17c,
author = {Nicola Dragoni and
Schahram Dustdar and
Stephan Thordal Larsen and
Manuel Mazzara},
title = {{Microservices: Migration of a Mission Critical System}},
journal = {CoRR},
volume = {abs/1704.04173},
year = {2017},
url = {http://arxiv.org/abs/1704.04173},
archivePrefix = {arXiv},
eprint = {1704.04173},
}
@article{ElS06,
author = {Abdulmotaleb El{-}Saddik},
title = {{Performance Measurements of Web Services-Based Applications}},
journal = {{IEEE} Trans. Instrumentation and Measurement},
volume = {55},
number = {5},
pages = {1599--1605},
year = {2006},
url = {https://doi.org/10.1109/TIM.2006.880288},
doi = {10.1109/TIM.2006.880288}
}
@mastersthesis{Erb12,
author = {Benjamin Erb},
title = {{Concurrent Programming for Scalable Web Architectures}},
school = {Institute of Distributed Systems, Ulm University},
year = {2012},
type = {Diploma Thesis},
keywords = {web, scalability, architecture, concurrency},
month = {April},
number = {VS-D01-2012},
url = {http://www.benjamin-erb.de/thesis},
annote = {}
}
@article{Eyt07,
author = {Yaniv Eytani and
Klaus Havelund and
Scott D. Stoller and
Shmuel Ur},
title = {Towards a framework and a benchmark for testing tools for multi-threaded programs},
journal = {Concurrency and Computation: Practice and Experience},
volume = {19},
number = {3},
pages = {267--279},
year = {2007},
url = {https://doi.org/10.1002/cpe.1068},
doi = {10.1002/cpe.1068}
}
@misc{Fal99,
author = {Katrina E. Kerry Falkner and
Paul D. Coddington and
Michael J. Oudshoorn},
title = {{Implementing Asynchronous Remote Method Invocation in Java}},
year = {1999},
publisher = {Citeseer},
url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.22.536}
}
@techreport{Fel90,
author = {Michael B Feldman},
title = {{Language and System Support for Concurrent Programming}},
year = {1990},
institution={Carnegie Mellon University, Software Engineering Institute},
url = {http://repository.cmu.edu/sei/194/},
note = {Accessed: 2018-03-18}
}
@article{Fel91,
author = {Matthias Felleisen},
title = {{On the Expressive Power of Programming Languages}},
journal = {Sci. Comput. Program.},
volume = {17},
number = {1-3},
pages = {35--75},
year = {1991},
url = {https://doi.org/10.1016/0167-6423(91)90036-W},
doi = {10.1016/0167-6423(91)90036-W}
}
@article{Fla99,
author = {Cormac Flanagan and
Matthias Felleisen},
title = {The Semantics of Future and an Application},
journal = {J. Funct. Program.},
volume = {9},
number = {1},
pages = {1--31},
year = {1999},
url = {http://journals.cambridge.org/action/displayAbstract?aid=44231}
}
@misc{Fow14,
author = {Martin Fowler and
James Lewis},
title = {Microservices: a definition of this new architectural term},
year = {2014},
url = {http://martinfowler.com/articles/microservices.html},
note = {Accessed: 2017-09-22}
}
@misc{Fow15,
author = {Martin Fowler},
title = {{Microservice Trade-Offs}},
year = {2015},
url = {https://martinfowler.com/articles/microservice-trade-offs.html},
note = {Accessed: 2017-09-22}
}
@inproceedings{Fra96,
author = {Stan Franklin and
Arthur C. Graesser},
title = {{Is it an Agent, or Just a Program?: A Taxonomy for Autonomous Agents}},
booktitle = {Intelligent Agents III, Agent Theories, Architectures, and Languages,
{ECAI} '96 Workshop (ATAL), Budapest, Hungary, August 12-13, 1996,
Proceedings},
pages = {21--35},
year = {1996},
url = {https://doi.org/10.1007/BFb0013570},
doi = {10.1007/BFb0013570}
}
@inproceedings{Fra17,
author = {Paolo Di Francesco},
title = {{Architecting Microservices}},
booktitle = {2017 {IEEE} International Conference on Software Architecture Workshops,
{ICSA} Workshops 2017, Gothenburg, Sweden, April 5-7, 2017},
pages = {224--229},
year = {2017},
url = {https://doi.org/10.1109/ICSAW.2017.65},
doi = {10.1109/ICSAW.2017.65}
}
@inproceedings{Fra17b,
author = {Paolo Di Francesco and
Ivano Malavolta and
Patricia Lago},
title = {{Research on Architecting Microservices: Trends, Focus, and Potential for Industrial Adoption}},
booktitle = {2017 {IEEE} International Conference on Software Architecture, {ICSA}
2017, Gothenburg, Sweden, April 3-7, 2017},
pages = {21--30},
year = {2017},
url = {https://doi.org/10.1109/ICSA.2017.24},
doi = {10.1109/ICSA.2017.24}
}
@article{Fug98,
author = {Alfonso Fuggetta and
Gian Pietro Picco and
Giovanni Vigna},
title = {{Understanding Code Mobility}},
journal = {{IEEE} Trans. Software Eng.},
volume = {24},
number = {5},
pages = {342--361},
year = {1998},
url = {https://doi.org/10.1109/32.685258},
doi = {10.1109/32.685258}
}
@article{Gho12,
author = {Debasish Ghosh and
Justin Sheehy and
Kresten Krab Thorup and
Steve Vinoski},
title = {Programming language impact on the development of distributed systems},
journal = {J. Internet Services and Applications},
volume = {3},
number = {1},
pages = {23--30},
year = {2012},