File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -38,26 +38,6 @@ The examples have been written to be compatible with the [DNode examples](https:
38
38
* Only regular, non-encrypted TCP sockets are supported
39
39
* Only one simultaneous connection supported
40
40
41
- ## Performance
42
-
43
- Surprisingly, with simple calls PHP is faster as a DNode client than Node.js. Talking to the _ simple example_ DNode server from the dnode repository:
44
-
45
- $ time php examples/simple/client.php
46
- n = 3300
47
-
48
- real 0m0.067s
49
- user 0m0.030s
50
- sys 0m0.030s
51
-
52
- The same with a Node.js client:
53
-
54
- $ time node simple/client.js
55
- n = 3300
56
-
57
- real 0m0.173s
58
- user 0m0.140s
59
- sys 0m0.030s
60
-
61
41
## Development
62
42
63
43
dnode-php is under heavy development. If you want to participate, please send pull requests.
You can’t perform that action at this time.
0 commit comments