Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Can Using system call Under TBB?

kuma3go
Beginner
242 Views
I'm Sever program making.

I want to parallel HTTPClient(USE TBB & TCPSocket).

Where is sample?

Please Teancing me.

thanks!
0 Kudos
1 Reply
RafSchietekat
Valued Contributor III
242 Views
Use normal threads for I/O code, not TBB tasks.
0 Kudos
Reply