zhengshuxin
|
e9ab8794c1
|
test shared stack of fiber module
|
2022-03-31 07:37:20 +08:00 |
|
zhengshuxin
|
49d4f2d5ce
|
The fiber module has supported shared stack mode to decrease memory usage for many cocurrent clients.
|
2022-03-30 19:11:25 +08:00 |
|
zhengshuxin
|
f46a765ff7
|
Disable debug for valgrind in Makefile
|
2022-03-27 18:51:05 +08:00 |
|
zhengshuxin
|
7007d4d1fb
|
optimize event_epoll.c
|
2022-03-26 22:06:59 +08:00 |
|
zhengshuxin
|
9ace98a715
|
test fiber event
|
2022-03-26 14:18:31 +08:00 |
|
zhengshuxin
|
fd46bf0c70
|
Merge branch 'master' of gitee:zsxxsz/acl into gitee-master
|
2022-03-23 21:24:05 +08:00 |
|
zhengshuxin
|
6520151c67
|
Don't write log in fiber_io_check() to avoid writing log recursively when user hooks the log process.
|
2022-03-23 21:22:56 +08:00 |
|
shuxin zheng
|
294c672158
|
optimize log module of fiber
|
2022-03-23 18:48:31 +08:00 |
|
zhengshuxin
|
043eae1fee
|
optimize hook/poll.c
|
2022-03-23 17:33:10 +08:00 |
|
zhengshuxin
|
4da53a2d6d
|
optimize epoll.c for hooking system API in fiber module.
|
2022-03-23 16:00:31 +08:00 |
|
shuxin zheng
|
2072e84431
|
build ok on MacOS
|
2022-03-22 16:12:22 +08:00 |
|
zhengshuxin
|
1ced194a2b
|
optimize the API epoll's hooking in fiber module
|
2022-03-22 15:55:58 +08:00 |
|
zhengshuxin
|
921e2b4971
|
optimize the epoll API when checking IO timeout process same as poll API in fiber module
|
2022-03-18 15:04:24 +08:00 |
|
shuxin zheng
|
9fceb75a52
|
support MacOS arm64
|
2022-03-15 16:32:07 +08:00 |
|
zhengshuxin
|
efed44582f
|
modify compiling condition which jump lib should be used on diffrent platform
|
2022-03-15 16:25:32 +08:00 |
|
郑树新
|
c738ab47b7
|
Merge pull request #267 from dragon-zhang/dev_support_m1
fiber support apple m1 chip
|
2022-03-15 16:07:12 +08:00 |
|
hailang
|
6fe9f020bc
|
fiber support apple m1 chip
|
2022-03-15 14:58:36 +08:00 |
|
郑树新
|
aa4ce34e22
|
compiling fiber module on windows platform
|
2022-03-14 23:57:05 +08:00 |
|
zhengshuxin
|
1c1d979cec
|
Don't free fe when read error and the fd isn't a socket in acl_fiber_read()
|
2022-03-14 23:32:24 +08:00 |
|
zhengshuxin
|
7d2e355fb6
|
optimize and test fd closing process in fiber module
|
2022-03-14 18:06:27 +08:00 |
|
shuxin zheng
|
424ef402bb
|
test fiber
|
2022-03-13 21:25:11 +08:00 |
|
shuxin zheng
|
6667c91705
|
optimize event module of fiber
|
2022-03-13 15:51:03 +08:00 |
|
zhengshuxin
|
69d5e8bd63
|
test closing fd in another fiber
|
2022-03-12 23:59:32 +08:00 |
|
郑树新
|
f63b1af090
|
add new files in vc project
|
2022-03-10 19:16:52 +08:00 |
|
zhengshuxin
|
6945a9f1cc
|
add more comments for fiber module
|
2022-03-09 23:59:10 +08:00 |
|
zhengshuxin
|
fc3f1d5fee
|
optimize hooked API in poll.c
|
2022-03-08 18:12:04 +08:00 |
|
shuxin zheng
|
d120059d83
|
build ok on MacOS
|
2022-03-08 17:03:06 +08:00 |
|
zhengshuxin
|
1310323d77
|
optimize performance by caching temp object in fiber module
|
2022-03-08 16:05:53 +08:00 |
|
zhengshuxin
|
14837868c2
|
optimize timer module in fiber
|
2022-03-08 15:10:03 +08:00 |
|
zhengshuxin
|
7dc678dff1
|
test fiber
|
2022-03-08 07:28:49 +08:00 |
|
root
|
c532379f51
|
optimize performance by decrease calling gettimeofday();
optimize performance in the hooked API for poll and epoll;
|
2022-03-06 16:24:34 +08:00 |
|
郑树新
|
28a80b1c06
|
test fiber in iocp mode
|
2022-03-04 17:42:30 +08:00 |
|
郑树新
|
3044f6980b
|
optimize closing another's fd in iocp mode on windows
|
2022-03-04 00:27:15 +08:00 |
|
zhengshuxin
|
2104e75f6e
|
optimize closing another fiber's fd in one fiber
|
2022-03-03 22:24:52 +08:00 |
|
zhengshuxin
|
6d440dd494
|
optimize the closing fd process from anohter fiber
|
2022-03-03 18:47:23 +08:00 |
|
zhengshuxin
|
48a57a5abe
|
optimize the process that closing one fd from another fiber
|
2022-03-03 12:42:01 +08:00 |
|
zhengshuxin
|
7fc6c823ab
|
add compiling options for handling callback process
|
2022-03-02 22:41:10 +08:00 |
|
zhengshuxin
|
8cd6733b80
|
clear IO waiting status in hook/epoll.c in fiber module
|
2022-03-02 21:22:12 +08:00 |
|
zhengshuxin
|
18979c88a5
|
optimize for closing fd in another fiber from the running fiber
|
2022-03-02 18:33:09 +08:00 |
|
shuxin zheng
|
6313725b14
|
adding new feature that one fiber can close another fiber's fd
|
2022-03-01 19:04:30 +08:00 |
|
zhengshuxin
|
a60dbd21e1
|
adding new feature that one fiber can close another fiber's fd
|
2022-03-01 19:02:05 +08:00 |
|
郑树新
|
396d634e83
|
set SO_LINGER option for the socketpair's implement on windows.
|
2022-02-27 17:41:51 +08:00 |
|
zhengshuxin
|
0fe52cf465
|
test setting timeout by setsockopt in fiber module
|
2022-02-20 23:44:30 +08:00 |
|
郑树新
|
c231ca4ad9
|
test fiber on windows
|
2022-02-20 16:56:04 +08:00 |
|
zhengshuxin
|
a48c6a9613
|
optimize the APIs for poll and epoll
|
2022-02-20 16:26:18 +08:00 |
|
zhengshuxin
|
0a583194c8
|
test fiber
|
2022-02-20 13:22:02 +08:00 |
|
zhengshuxin
|
116566ffc0
|
Do not put the fiber in ready quque if the fiber has been killed by the other fiber.
|
2022-02-20 13:17:28 +08:00 |
|
zhengshuxin
|
d1a93c1aa6
|
Do not set no-blocking in fiber_file_open_xxx()
|
2022-02-20 13:00:25 +08:00 |
|
zhengshuxin
|
f940f2dca3
|
seperate read/write fiber for reading and writing process
|
2022-02-20 11:39:46 +08:00 |
|
郑树新
|
3c4b8dab92
|
fixed compiling libfiber's error on vc2012
|
2022-02-17 19:26:48 +08:00 |
|
zhengshuxin
|
f93fe96ec1
|
optimize and test fiber module
|
2022-02-16 23:01:54 +08:00 |
|
zhengshuxin
|
d4a829102f
|
test fiber
|
2022-02-16 18:16:58 +08:00 |
|
郑树新
|
3fe4ad1a84
|
optimize and fixed bugs in fiber module when using IOCP event
|
2022-02-15 22:34:10 +08:00 |
|
郑树新
|
2b9418a396
|
optimize for windows platform by conditional building.
|
2022-02-04 13:48:04 +08:00 |
|
root
|
edf0b72aa3
|
porting to Alpine Linux ok
|
2022-01-27 19:37:10 +00:00 |
|
root
|
e29632e52e
|
porting to ALPINE Linux
|
2022-01-27 18:46:55 +00:00 |
|
郑树新
|
2f63cb52b7
|
delete debug code
|
2022-01-26 22:41:17 +08:00 |
|
郑树新
|
e5f73baa0f
|
IOCP in fiber module supports GetQueuedCompletionStatusEx()
|
2022-01-26 22:34:50 +08:00 |
|
郑树新
|
b1ed096912
|
test iocp
|
2022-01-26 18:47:38 +08:00 |
|
郑树新
|
de77ff891c
|
optimize and test iocp
|
2022-01-26 18:08:55 +08:00 |
|
shuxin zheng
|
d7fa5eab36
|
test httpd_proxy demo
|
2022-01-24 18:36:08 +08:00 |
|
zhengshuxin
|
b2860d6d3d
|
build fiber module on linux
|
2022-01-23 23:51:29 +08:00 |
|
郑树新
|
566961f9a4
|
fixed some bugs in iocp mode in fiber module
|
2022-01-23 23:46:19 +08:00 |
|
郑树新
|
dbdcfb5511
|
add socket control for connecting server with timeout in non-blocking
|
2022-01-22 09:44:28 +08:00 |
|
zhengshuxin
|
f5ae880e8e
|
NON_BLOCKING shouldn't be set when creating one socket.
|
2022-01-21 18:04:30 +08:00 |
|
zhengshuxin
|
0344633fbd
|
event_select should set wset in select()
|
2022-01-21 17:43:54 +08:00 |
|
zhengshuxin
|
16b2a60d20
|
fixed bugs that the connecting timeout process isn't available in fiber mode
|
2022-01-21 17:31:50 +08:00 |
|
zhengshuxin
|
e516804b78
|
fixed one bug in acl_fiber_delay() that the event loops too quickly for the event waiting timeout been set 0.
|
2021-11-23 17:40:37 +08:00 |
|
郑树新
|
72d6b1f0fc
|
optimize and test iocp of fiber module.
|
2021-10-12 18:01:04 +08:00 |
|
郑树新
|
a8655cfb73
|
format code
|
2021-10-12 14:32:10 +08:00 |
|
shuxin zheng
|
91474bbd3e
|
build ok for Unix
|
2021-10-12 11:39:41 +08:00 |
|
郑树新
|
c43293a6ac
|
optimize and test fiber event in iocp mode
|
2021-10-12 11:34:19 +08:00 |
|
郑树新
|
96a825025d
|
optimize and test iocp mode in fiber module
|
2021-10-11 23:31:14 +08:00 |
|
郑树新
|
4af6484b9a
|
optimize iocp event in fiber module.
|
2021-10-11 18:48:24 +08:00 |
|
郑树新
|
6f12882b80
|
test iocp
|
2021-10-10 23:09:32 +08:00 |
|
郑树新
|
fca21901ac
|
test iocp for fiber module
|
2021-10-07 23:13:21 +08:00 |
|
shuxin zheng
|
5c96afd9ce
|
optimize code
|
2021-09-24 09:10:14 +08:00 |
|
shuxin zheng
|
d2d376ce73
|
optimize socketpair
|
2021-09-24 08:57:02 +08:00 |
|
郑树新
|
cf5bcf5acf
|
optimize socketpair.c
|
2021-09-23 22:37:56 +08:00 |
|
郑树新
|
cde03a74d4
|
optimize vs projects
|
2021-09-16 19:27:09 +08:00 |
|
shuxin zheng
|
cbdddcca4d
|
optimize fiber for windows platform
|
2021-09-16 15:17:40 +08:00 |
|
郑树新
|
f3423ef849
|
optimize fiber module for Windows GUI
|
2021-09-16 14:57:37 +08:00 |
|
郑树新
|
c0719a1b2e
|
optimize vc projects
|
2021-09-14 18:34:21 +08:00 |
|
郑树新
|
a8086534c3
|
optimize and test socketpair for windows
|
2021-09-09 11:23:05 +08:00 |
|
shuxin zheng
|
a1d5eb509a
|
optimize socketpair API for windows
|
2021-09-09 11:07:44 +08:00 |
|
郑树新
|
6279631074
|
test fiber module on windows
|
2021-09-08 18:46:38 +08:00 |
|
郑树新
|
8b50e80af3
|
optimize DNS of fiber for windows
|
2021-09-08 00:17:57 +08:00 |
|
郑树新
|
e9ea53d74b
|
the thread fiber should be checked when stopping fiber schedule
|
2021-09-06 22:44:20 +08:00 |
|
郑树新
|
a6f2e61d8c
|
test fiber_tbox for win GUI ok
|
2021-09-05 23:29:29 +08:00 |
|
郑树新
|
ce60ce7150
|
fixed bug in acl_atomic.c and atomic.c
|
2021-08-25 16:28:07 +08:00 |
|
郑树新
|
e0601e582f
|
test some fiber module on windows
|
2021-08-23 18:41:23 +08:00 |
|
郑树新
|
9d3f6d5cfd
|
test API hook for fiber module on Windows platform.
|
2021-08-22 23:15:38 +08:00 |
|
郑树新
|
0b96b4f201
|
test API hook for fiber module on Windows platform.
|
2021-08-19 22:39:42 +08:00 |
|
zhengshuxin
|
174b1638f6
|
test fiber module
|
2021-08-19 22:18:37 +08:00 |
|
郑树新
|
04aaede734
|
optimize fiber module by hooking system API on windows
|
2021-08-19 21:45:41 +08:00 |
|
zhengshuxin
|
099b658685
|
optimizing fiber module
|
2021-08-18 16:32:34 +08:00 |
|
郑树新
|
2d04980910
|
optimizing fiber module
|
2021-08-18 16:07:35 +08:00 |
|
shuxin zheng
|
1a48b07d9f
|
the even waiting timeout should be restored in acl_fiber_poll/epoll_wait and the 100 ms limit discarded when timeout == 0
|
2021-06-06 10:05:02 +08:00 |
|
zhengshuxin
|
dbf91ceca8
|
use -Wanalyzer in gcc to check some warning in acl
|
2021-02-13 15:15:14 +08:00 |
|
zhengshuxin
|
23b0f0c5af
|
fixed some compiling warning on windows
|
2021-02-09 15:04:23 +08:00 |
|