Maykon Titon wrote:
> My knowledge in low-level TCP/IP isn't very good, but I don't think
> all data are sended in one packet in my case. I use the TOP command
> because a RETRIEVE, in some
> servers, mark e-mails as read and not list it anymore after a
> successful retrieve. To avoid this, I send a TOP command with a high
> line count, so all data are dropped with TOP command. I tested
> bandwidth limit using a 12 MB message, which I don't think can be
> send in a single TCP packet, and the bandwidth limit doesn't work at
> all.

I can't remember for certain, but I recall Ethernet having 1500 bytes as
the maximum size of the datagram. So, if a message is 12 megabytes, it
only takes approximately 9 packets to retrieve the whole message. Don't
know if this has anything to do with your problem; just thought to say
it out loud...

However, as Lukas said, you didn't give us a lot to work with. A
barebone example (only the necessary, definite minimum needed to repeat
the problem) might help a long way. I've also noticed that more often
than not, when people have started putting up such a barebone example,
they usually realise at some point what has been going wrong. Most of
the time it's a problem with a code they've created themselves, but
sometimes it can be a bug or otherwise unexpected behaviour that needs
fixing. But without more to go by, blind guessing can make a lot more
damage than it's worth towards getting the situation to change one way
or another :)

-- 
Markku Uttula


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to