Re: [JXTA discuss] Size limit on JXTA
Sayed Hashimi <[email protected]> Mon, 19 Sep 2005 08:46:08 -0400
| Newsgroups | gmane.comp.java.jxta.general |
|---|---|
| Message-ID | <[email protected]> |
Generally the limit is said to be at 65k but this depends on your network setup. But anything under that you should be fine. I'm not sure why you are having problems for 20k messages. You can use the JxtaSocket to get around this limit, and it may be better for you to use anywayz. Sayed Ibrahim Hashimi http://weblogs.java.net/sayedh On 9/18/05, Cov Uni <[email protected]> wrote: > =20 > I am trying to use JXTA in a java prototype application to transfer image= s > from one peer to another using a pipe.=20 > =20 > I am converting the image into hexadecimal to avoid complications with > binary files.=20 > =20 > However I seem to be hitting problems passing messages over a pipe which = are > greater than 20K ish.=20 > =20 > Is there a limit? and how do I overcome it?