ssl - Query-Regarding-Gnutls-Build -


i asked develop transport client use gnutls (i using 3.4.1).

also want simulate more number of such tls clients .

in application each client separate process.

my each process dynamically links gmp,nettle , gnutls libs.

without tls able simulate more 10k connections(with tcp/udp) in machine(of 8 gb ram).

but tls in place not able simulate more 800 connections. memory getting dried up, , big concern me.

i ran valgrind memory check tool , see 0 errors , 0 warnings.

can please me care should take while building gnutls, optimized , can made best possible use.

you can make use of callgrind profile , see if api in gnutls called repeatedly. though this looks old one, can find how callgrind used find issue.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -