Hello,

The sample HTTPS server called selfserv
(mozilla\security\nss\cmd\selfserv.c) seems to have a slow memory
leak? I'm tracking the total size of the process in  virtual  memory
using the vsz option in the ps command in Unix (ps -efl -o vsz) which
basically measures the heap size. I'm using the SSLsample client app
to send one HTML command (GET testfile HTTP/1.0), get a response from
selfserv and then exit. I have a test script which continuously
executes the sample client application in order to keep selfserv
running.

I'm looking to selfserv to provide me with a good example of how to
code a MT app using NSS, that does not exhibit signs of memory
leaks...

So does selfserv have a known memory leak?

-- POC
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to