Posted by Joel on 09/26/04 11:40
If you check to source posted above (timer.php), you'll notice that I'm
using a Sleep() call. There should be no data to decrypt until that
call returns. That indicates that the 99% usage is happening while the
socket is being polled for data. True, the SSL layer is more
intensive, but that should not affect the issue at hand as there is no
data being passed over the socket during the 10 sec. sleep call.
- Joel
Navigation:
[Reply to this message]
|