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
Post a Comment