You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KrakenPHP is the first and only multi-processed, multi-threaded, fault-tolerant framework for PHP. It has been written
4
8
to provide easy and reliable API for creating distributed applications using PHP. KrakenPHP aims to solve typical
5
9
problems of writing such applications and to provide developers with powerful yet elegant tools for dealing with them.
6
10
7
11
The main focus of KrakenPHP is put on:
8
-
* Concurrency and distribution
9
-
Create systems that are asynchronous and distributed by design. Run them on multiple threads, processors or hosts
10
-
and manage from single place.
11
-
* Error-tolerant design
12
-
Write systems that self-heal using remote and local supervision hierarchies.
13
-
* Elasticity
14
-
Keep business logic of your applications inside universal containers and connections between them separately. Modify
15
-
existing architecture and number of running containers in realtime without need to change in code.
16
-
* High performance
17
-
Handle up to thousands of simultaneous connections per second on single container. Use multiple containers on several
18
-
processors and/or hosts to push it even further.
19
-
* Extensibility
20
-
Use available options to easily extend and adapt framework features for your needs.
21
-
22
-
Then again, start writing applications that were previously marked as impossible or hard to implement in PHP right know.
12
+
*__Concurrency and distribution__ : create systems that are asynchronous and distributed by design. Run them on multiple threads, processors or hosts and manage from single place.
13
+
*__Error tolerance__ : write systems that self-heal using remote and local supervision hierarchies.
14
+
*__Elasticity__ : keep business logic of your applications inside universal containers and connections between them separately. Modify existing architecture and number of running containers in realtime without need to change in code.
15
+
*__High performance__ : handle up to thousands of simultaneous connections per second on single container. Use multiple containers on several processors and/or hosts to push it even further.
16
+
*__Extensibility__ : use available options to easily extend and adapt framework features for your needs.
17
+
18
+
Start writing applications that were previously marked as impossible or hard to implement in PHP right know.
0 commit comments