Hi, Anybody tell me is there any max limit for the stream connections(Ex:Outputstream, InputStream) over HttpConnection? I had written a midlet, in which, i used an HttpConnection and Streams as follows int no_of_iterations =100;(example;) for(int i=0;i<no_iterations;i++){ try{ HttpConnection hcon=(Httpconnection)Connector.open(url,Connector. READ_WRITE); ...


