zhengshuxin
|
0991d1c53c
|
Add fiber_pool demo to test fiber pool mode.
|
2023-06-09 18:48:28 +08:00 |
|
郑树新
|
56995f709c
|
Fixed bug in acl_get_ifaddrs on windows.
|
2023-06-07 23:26:37 +08:00 |
|
zhengshuxin
|
ab148987ce
|
service templates in the mode of fiber or thread can bind wildcad addresses.
|
2023-05-25 19:00:22 +08:00 |
|
zhengshuxin
|
d14accaefb
|
Add comments for fiber_tbox2.
|
2023-05-24 17:33:09 +08:00 |
|
shuxin zheng
|
ca1728d4e3
|
Add fiber_tbox2.hpp into xcode project.
|
2023-05-24 16:36:59 +08:00 |
|
zhengshuxin
|
4d2259e912
|
Add fiber_tbox2 for supporting std::shared_ptr.
|
2023-05-24 16:27:24 +08:00 |
|
zhengshuxin
|
425927b886
|
recvmmsg API's declaration is different between Ubuntu and CentOS.
|
2023-05-19 17:57:49 +08:00 |
|
zhengshuxin
|
becf9dc59d
|
Add timeouted read when using fiber_recvmmsg in fiber module.
|
2023-05-19 17:26:05 +08:00 |
|
zhengshuxin
|
603fd9938b
|
Support hooking recvmmsg/sendmmsg API in libfiber.
|
2023-05-19 17:13:46 +08:00 |
|
zhengshuxin
|
00b266843b
|
Test fiber_sem.
|
2023-05-13 00:06:50 +08:00 |
|
zhengshuxin
|
03e76d0a7e
|
fiber_sem add async mode for posting message.
|
2023-05-12 23:25:58 +08:00 |
|
zhengshuxin
|
1f1e47e4cd
|
Add HTTP PUT for demo
|
2023-05-05 14:18:50 +08:00 |
|
zhengshuxin
|
2d0fa87a8e
|
format code style
|
2023-04-27 10:50:21 +08:00 |
|
zhengshuxin
|
c220e156e9
|
format code style of fiber module.
|
2023-04-27 10:39:55 +08:00 |
|
zhengshuxin
|
d8f3bcd4ec
|
test fiber in sharing stack mode.
|
2023-04-26 14:11:40 +08:00 |
|
zhengshuxin
|
152053d343
|
Change the sharing stack's size from 1MB to 10MB.
|
2023-04-25 18:40:24 +08:00 |
|
shuxin zheng
|
30e28278e9
|
Build ok for multiple platforms.
|
2023-04-17 16:28:35 +08:00 |
|
zhengshuxin
|
af706f7143
|
Build fiber's demos sucessfully on cs6 and cs5
|
2023-04-11 15:59:13 +08:00 |
|
zhengshuxin
|
37ee4f42e6
|
test share stack of fiber
|
2023-04-04 19:08:26 +08:00 |
|
zhengshuxin
|
5de8370700
|
Optimize and test sharing stack of fiber.
|
2023-04-04 16:35:31 +08:00 |
|
zhengshuxin
|
4699c2f4c0
|
ETIMEDOUT should be used other than ETIME.
|
2023-03-31 23:18:38 +08:00 |
|
zhengshuxin
|
f4360ba693
|
Redis pipeline module can be used in sharing stack mode of fiber.
|
2023-03-31 21:51:45 +08:00 |
|
zhengshuxin
|
331e4826dc
|
Don't write some error log
|
2023-03-30 16:29:29 +08:00 |
|
zhengshuxin
|
8d371b0a17
|
Use ETIME other ETIMEDOUT on Unix-like OS.
|
2023-03-29 22:57:44 +08:00 |
|
zhengshuxin
|
66551ff234
|
build ok by cmake
|
2023-03-27 20:48:27 +08:00 |
|
shuxin zheng
|
2486695cc0
|
Fixed one bug in fiber_mutex module where some resouce collision maybe happen.
|
2023-03-22 14:56:05 +08:00 |
|
zhengshuxin
|
60ef870ff5
|
build on macos
|
2023-03-19 23:01:02 +08:00 |
|
zhengshuxin
|
afeb562f8a
|
MacOS doesn't support CLOCK_REALTIME_COARSE, we should use CLOCK_REALTIME.
|
2023-03-19 22:56:13 +08:00 |
|
zhengshuxin
|
43dde62075
|
Optimeize peformance by using clock_gettime to replace gettimeofday
|
2023-03-19 21:21:11 +08:00 |
|
zhengshuxin
|
389158b1a3
|
Optimize fiber's performance by decreasing the count of calling gettimeofday.
|
2023-03-18 19:19:57 +08:00 |
|
zhengshuxin
|
7ec8c3aa44
|
build acl on centos5.8, 6.6
|
2023-03-08 14:15:27 +08:00 |
|
zhengshuxin
|
489937e444
|
Optimize Makefile.
|
2023-02-14 16:36:24 +08:00 |
|
zhengshuxin
|
aed84b645f
|
Modify readme
|
2023-02-11 00:14:52 +08:00 |
|
zhengshuxin
|
63b5f80298
|
Add some debug functions.
|
2023-02-05 10:25:54 +08:00 |
|
zhengshuxin
|
3ff6cf80fb
|
c++ headers dependence
|
2023-02-04 21:00:37 +08:00 |
|
zhengshuxin
|
6edfd3c74d
|
headers sequence
|
2023-02-04 20:49:54 +08:00 |
|
zhengshuxin
|
0c1a9d9484
|
test demo
|
2023-01-28 15:46:32 +08:00 |
|
zhengshuxin
|
846358ee6f
|
Modify fiber's readme
|
2023-01-26 16:15:11 +08:00 |
|
zhengshuxin
|
8224e8888a
|
Add default event type in acl::fiber::schedule()
|
2023-01-26 16:03:16 +08:00 |
|
zhengshuxin
|
488ea4d473
|
modify readme
|
2023-01-25 22:05:58 +08:00 |
|
zhengshuxin
|
937f4c0739
|
Modify readme of libfiber
|
2023-01-25 21:31:34 +08:00 |
|
zhengshuxin
|
8d719cbe30
|
Add fiber_mutex_guard class for easily using fiber_mutex.
|
2023-01-17 17:39:57 +08:00 |
|
zhengshuxin
|
70e825f513
|
Rename id() to fiber_id() in fiber.hpp
|
2023-01-17 17:18:56 +08:00 |
|
shuxin zheng
|
fbe061245c
|
test aio_server in fiber mode
|
2023-01-16 17:04:30 +08:00 |
|
zhengshuxin
|
37a5f3bcd0
|
Test fcntl for hooking API
|
2023-01-16 16:26:31 +08:00 |
|
zhengshuxin
|
bdb35bc6e9
|
Optimize hook API of fcntl.
|
2023-01-16 16:22:38 +08:00 |
|
zhengshuxin
|
780318a3df
|
Hook fcntl on Linux.
|
2023-01-16 15:46:43 +08:00 |
|
zhengshuxin
|
5927fddb41
|
Add demo test the performance ACL_FIBER_LOCK vs ACL_FIBER_MUTEX
|
2023-01-12 22:30:24 +08:00 |
|
zhengshuxin
|
f36257685e
|
Test .
|
2023-01-12 17:50:40 +08:00 |
|
zhengshuxin
|
884c1457b2
|
Set fiber's status before it's suspended.
|
2023-01-12 17:49:24 +08:00 |
|