2007-03-05 (월), 12:05 +0800, mat 쓰시길: > Thank you. However, which method can reach the best performace? My server > received huge size of packets every time from intrenet(sent to client), when > i do the decode, i will return the arraylist of decoded messages. I wonder > if it will use up the CPU 100% if the incoming packets are too fast and too > huge to decode. Mina provides a solution to prevent this? I also think we > should put this in the tutorial. This part is also what the beginner > sometimes really care about. I am the beginner and I know what they are > looking for.
Well, most bottleneck comes from external resources such as disks and databases. If decoder becomes a bottleneck, you need to profile and optimize it. Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
signature.asc
Description: This is a digitally signed message part
