<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - RConnection::Start takes over 15 seconds to complete - Comments</title>
 <link>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete</link>
 <description>Comments for &quot;RConnection::Start takes over 15 seconds to complete&quot;</description>
 <language>en</language>
<item>
 <title>Re: RConnection::Start takes over 15 seconds to complete</title>
 <link>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete#comment-47513</link>
 <description>&lt;p&gt;With RConnection::Start I noticed that it took quite a time to complete in two cases:&lt;/p&gt;

&lt;p&gt;1. There was already an active GPRS connection by the time I wanted to create a new WLAN connection. In this case it was indeed the DHCP that carried out some lengthy processing. Unfortunately, that issue hadn&#039;t been fixed when I stopped dealing with WLAN about 2 months ago.&lt;br /&gt;
2. In case the WLAN connection was using encryption it seemed to take more time to establish the link.&lt;/p&gt;

&lt;p&gt;But anyway, if the browser can set it up in much less time then there should be some other thing in the background...&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Tue, 15 Jul 2008 08:15:46 +0200</pubDate>
 <dc:creator>lvsti</dc:creator>
 <guid isPermaLink="false">comment 47513 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RConnection::Start takes over 15 seconds to complete</title>
 <link>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete#comment-47500</link>
 <description>&lt;p&gt;I too have a similar problem but i wonder &lt;span style=&quot;font-weight:bold&quot;&gt;if it works well in browser then there must some other way of emulating the same.&lt;/span&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 14 Jul 2008 15:10:25 +0200</pubDate>
 <dc:creator>gmsk19</dc:creator>
 <guid isPermaLink="false">comment 47500 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RConnection::Start takes over 15 seconds to complete</title>
 <link>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete#comment-46096</link>
 <description>&lt;p&gt;The reason its taking so much time is its spending it on DHCP acquiring a network address. To be honest, from a developer perspective, there isn&#039;t much you can do about it really. RConnection::Start() only returns, when the DHCP daemon signals the completion of the registration process, even though its already ready for transferring data, as you have already noticed through your own experiment! Someone tells me that this behaviour has been rectified in the future versions of Symbian OS &lt;img src=&quot;/sites/all/modules/smileys/packs/example/wink.png&quot; title=&quot;Eye-wink&quot; alt=&quot;Eye-wink&quot; /&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 30 Apr 2008 18:23:02 +0200</pubDate>
 <dc:creator>maxxxpayne</dc:creator>
 <guid isPermaLink="false">comment 46096 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RConnection::Start takes over 15 seconds to complete</title>
 <link>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete#comment-46075</link>
 <description>&lt;p&gt;I&#039;m facing the same problem...RConnection::Start consuming too much time!&lt;/p&gt;

&lt;p&gt;Did you make any progress on this issue?&lt;/p&gt;</description>
 <pubDate>Tue, 29 Apr 2008 16:02:38 +0200</pubDate>
 <dc:creator>daveice</dc:creator>
 <guid isPermaLink="false">comment 46075 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RConnection::Start takes over 15 seconds to complete</title>
 <link>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete#comment-41910</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;thank you for your answer. &lt;/p&gt;

&lt;p&gt;I am afraid that I was not very clear in my explanation. I am not complaining that it takes some time, I say it takes too much time: if I start the web client application on the phone and I choose the access point manually then it takes about 4 seconds that the requested web-page starts to load.&lt;/p&gt;

&lt;p&gt;But that&#039;s not all !&lt;/p&gt;

&lt;p&gt;Please have a look a the following comparison.&lt;/p&gt;

&lt;p&gt;I wrote some Java code that allows to do the same thing. Basically, I use the Connector.open method together with the DatagramConnection interface. The only difference compared to the C++ code is that I need to send some data over the network in order to switch the network interface on. &lt;/p&gt;

&lt;p&gt;I calculate 4 seconds for the network interface being ready: it replies to ping requests.&lt;/p&gt;

&lt;p&gt;When I use Rconection::Start method it takes exactly the same 4 seconds after which the network interface replies to ping requests _BUT_ it takes about 17 seconds for the start method to return !!!&lt;/p&gt;

&lt;p&gt;FYI, I called the start method in this case without the prefs argument. That allows me, like in the java case, to choose an access point manually. This makes it easier to count the seconds &lt;img src=&quot;/sites/all/modules/smileys/packs/example/wink.png&quot; title=&quot;Eye-wink&quot; alt=&quot;Eye-wink&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Am I the only one facing this problem ?&lt;/p&gt;

&lt;p&gt;Thank you for your help.&lt;br /&gt;
--&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Sat, 29 Sep 2007 21:25:11 +0200</pubDate>
 <dc:creator>S60_dude</dc:creator>
 <guid isPermaLink="false">comment 41910 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RConnection::Start takes over 15 seconds to complete</title>
 <link>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete#comment-41896</link>
 <description>&lt;p&gt;hi,&lt;/p&gt;

&lt;p&gt;the approach looks fine the commdb setting needs a time delay to populate the list of IAP avalible for a device..&lt;/p&gt;

&lt;p&gt;you can look of the IAP example avalible in &lt;a href=&quot;http://www.forum.nokia.com&quot;&gt;www.forum.nokia.com&lt;/a&gt; in code and examples section..&lt;/p&gt;

&lt;p&gt;Regards,&lt;br /&gt;
Mateen Maldar&lt;/p&gt;</description>
 <pubDate>Fri, 28 Sep 2007 23:51:53 +0200</pubDate>
 <dc:creator>mateen_maldar</dc:creator>
 <guid isPermaLink="false">comment 41896 at http://www.newlc.com</guid>
</item>
<item>
 <title>RConnection::Start takes over 15 seconds to complete</title>
 <link>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete</link>
 <description>&lt;p&gt;&lt;br /&gt;
Hi !&lt;br /&gt;
I simply would like to create a socket that binds to an IP address and make it to receive UDP packets. The bearer type used is WLAN. In order to get the socket active I need to switch on the correspondant access point on the device and it looks to me that the only method to do is using the RConnection::Start method.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/forum/rconnection-start-takes-over-15-seconds-complete#comments</comments>
 <category domain="http://www.newlc.com/en/forums/internet">Internet and Network access</category>
 <pubDate>Fri, 28 Sep 2007 15:56:32 +0200</pubDate>
 <dc:creator>S60_dude</dc:creator>
 <guid isPermaLink="false">19117 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
