首页

tsf4g_lib

c

2021-2-23

Tbus是tsf4g(Tencent ServiceFramework for Game,腾讯游戏服务框架)中的基础组件之一,主要的目的是为上层业务提供统一的线程或进程间通信接口,屏蔽本地进程间通信以及远程进程通信的细节,让开发人员可以集中精力关注业务逻辑,是tsf4g重要组成部分。 Tbus原理 Tbus基于共享内存构建无锁双通循环消息队列,发送的双方通过专用的读写队列完成数据收发,实现本地进程通信或者远程进程间通信。通信双方使用的两个队列称之为tbus通道(channel),每一组通讯的双方就需要有一个tbus通道。如下是一组tbus通道的图例描述。

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
tsf4g_lib/include/comm/comm.h , 570
tsf4g_lib/include/comm/shtable.h , 6914
tsf4g_lib/include/comm/shtable_shm.h , 662
tsf4g_lib/include/comm/swaitque.h , 2874
tsf4g_lib/include/comm/tconvert.h , 797
tsf4g_lib/include/comm/terr.h , 2763
tsf4g_lib/include/comm/terrimpl.h , 4095
tsf4g_lib/include/comm/tini.h , 2234
tsf4g_lib/include/comm/tlist.h , 3127
tsf4g_lib/include/comm/tmempool.h , 6390
tsf4g_lib/include/comm/tmempool_shm.h , 762
tsf4g_lib/include/comm/tmodid.h , 574
tsf4g_lib/include/comm/tparser.h , 928
tsf4g_lib/include/comm/ttimer.h , 1944
tsf4g_lib/include/pal/err.h , 771
tsf4g_lib/include/pal/getopt.h , 3572
tsf4g_lib/include/pal/pal.h , 1956
tsf4g_lib/include/pal/pcreposix.h , 4944
tsf4g_lib/include/pal/queue.h , 18064
tsf4g_lib/include/pal/siginfo.h , 9014
tsf4g_lib/include/pal/tapi_external.h , 1238
tsf4g_lib/include/pal/tdir.h , 529
tsf4g_lib/include/pal/tdirent.h , 1272
tsf4g_lib/include/pal/tdlfcn.h , 1786
tsf4g_lib/include/pal/terrno.h , 7070
tsf4g_lib/include/pal/texec.h , 4592
tsf4g_lib/include/pal/tfcntl.h , 4203
tsf4g_lib/include/pal/tfile.h , 11298
tsf4g_lib/include/pal/tfork.h , 524
tsf4g_lib/include/pal/tinet.h , 1090
tsf4g_lib/include/pal/tipc.h , 3005
tsf4g_lib/include/pal/tlock.h , 3041
tsf4g_lib/include/pal/tmmap.h , 5231
tsf4g_lib/include/pal/tmsgque.h , 2007
tsf4g_lib/include/pal/tmutex.h , 2647
tsf4g_lib/include/pal/tnet.h , 14616
tsf4g_lib/include/pal/tos.h , 21330
tsf4g_lib/include/pal/tpoll.h , 16732
tsf4g_lib/include/pal/tree.h , 22654
tsf4g_lib/include/pal/tresource.h , 2321
tsf4g_lib/include/pal/trules.h , 561
tsf4g_lib/include/pal/tsafecode.h , 1230
tsf4g_lib/include/pal/tsched.h , 587
tsf4g_lib/include/pal/tsem.h , 3114
tsf4g_lib/include/pal/tsemaphore.h , 995
tsf4g_lib/include/pal/tshm.h , 6356
tsf4g_lib/include/pal/tsignal.h , 6923
tsf4g_lib/include/pal/tsocket.h , 14257
tsf4g_lib/include/pal/tstdio.h , 1923
tsf4g_lib/include/pal/tstdlib.h , 1907
tsf4g_lib/include/pal/tstring.h , 2624
tsf4g_lib/include/pal/tthread.h , 8703
tsf4g_lib/include/pal/ttime.h , 3351
tsf4g_lib/include/pal/ttypes.h , 13811
tsf4g_lib/include/pal/tuio.h , 664
tsf4g_lib/include/pal/twait.h , 2967
tsf4g_lib/include/taa/tagentapi.h , 6568
tsf4g_lib/include/tapp/tapp.h , 22657
tsf4g_lib/include/tapp/tappctrlapi.h , 609
tsf4g_lib/include/tapp/tapp_def.h , 450
tsf4g_lib/include/tbus/tbus.h , 65606
tsf4g_lib/include/tbus/tbus_error.h , 5974
tsf4g_lib/include/tbus/tbus_macros.h , 1358
tsf4g_lib/include/tdr/tdr.h , 1708
tsf4g_lib/include/tdr/tdr_ctypes_info.h , 9830
tsf4g_lib/include/tdr/tdr_data_io.h , 22471
tsf4g_lib/include/tdr/tdr_data_sort.h , 6273
tsf4g_lib/include/tdr/tdr_define.h , 5738
tsf4g_lib/include/tdr/tdr_error.h , 18395
tsf4g_lib/include/tdr/tdr_external.h , 1080
tsf4g_lib/include/tdr/tdr_metalib_init.h , 2950
tsf4g_lib/include/tdr/tdr_metalib_manage.h , 19771
tsf4g_lib/include/tdr/tdr_metalib_to_hpp.h , 3533
tsf4g_lib/include/tdr/tdr_meta_entries_index.h , 6384
tsf4g_lib/include/tdr/tdr_net.h , 7751
tsf4g_lib/include/tdr/tdr_operate_data.h , 4202
tsf4g_lib/include/tdr/tdr_sql.h , 20104
tsf4g_lib/include/tdr/tdr_types.h , 11998
tsf4g_lib/include/tdr/tdr_XMLMetaLib.h , 9225
tsf4g_lib/include/tdr/tdr_XMLtags.h , 11955
tsf4g_lib/include/tlog/tlog.h , 16877
tsf4g_lib/include/tlog/tlogerr.h , 1784
tsf4g_lib/include/tlog/tlog_bill.h , 1950
tsf4g_lib/include/tlog/tlog_category.h , 3754
tsf4g_lib/include/tlog/tlog_event.h , 761
tsf4g_lib/include/tlog/tlog_loc_info.h , 1344
tsf4g_lib/include/tlog/tlog_priority_def.h , 873
tsf4g_lib/include/tloghelp/tlogload.h , 2453
tsf4g_lib/include/tmng/tmetabase.h , 10583
tsf4g_lib/include/tmng/tmib.h , 23606
tsf4g_lib/include/tmng/tmng.h , 492
tsf4g_lib/include/tmng/tsm_tdr.h , 14969
tsf4g_lib/include/tmng/tsm_uri.h , 5949
tsf4g_lib/include/tsec/md5.h , 2449
tsf4g_lib/include/tsec/oi_tea.h , 4665
tsf4g_lib/include/tsec/taes.h , 7195
tsf4g_lib/include/tsec/tsec.h , 726
tsf4g_lib/lib/libexpat.a , 312340
tsf4g_lib/lib/libscew.a , 55064
tsf4g_lib/lib/libtsf4g.a , 4553920
没有账号? 忘记密码?

社交账号快速登录