Number of streamconnections at the same time pc -> several mobile phones

Hello

I'm doing a project which uses bluecove RFCOMM connections with the SPP.

The Mobile phones are the servers, waiting for a connection from the pc.

My question is now: how many streamconnections may the PC have opened at the same time? what's the limit?

thank you

Greetings

Jossi

[328 byte] By [Jossnaza] at [2007-10-3 3:08:07]
# 1

Hi Jossi,

I don抰 know what 揵luecove RFCOMM connections with the SPP?is?

(but guess it relates to JSR82)

Is a mobile phone a server maintaining a single communication-link at each given time?

(As far as I know, the JSR82 enables a mobile phone a single communication-link at each given time)

However, assuming the PC is driven by Java SE platform:

To enable your application (on this PC) the maintaining multiple connections at each given time, it has to use an instance of ServerSocket (to become able to request multiple servers at a given time).

I guess: How many Sockets (--> stream connections) can a ServerSocket handle, depends on available hardware resource of the host-computer and the network-bandwidth. Also unlimited, unless your application defines an upper bound limit.

I抦 a newcomer to Java universe. Therefore please consider my answer as some thoughts. May be I抦 somehow wrong! ? but hope the other 揔umpels?provide more help soon. Your question is interesting to me too.

bye

Asghar

Asghara at 2007-7-14 20:58:33 > top of Java-index,Java Mobility Forums,Java ME Technologies...