Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Can Using system call Under TBB?

kuma3go
Beginner
122 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
Black Belt
122 Views
Use normal threads for I/O code, not TBB tasks.
Reply