<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27044/ble_uart-demo-throughput-is-very-slow</link><description>Hello Nordic, 
 I am using the BL600 third-party module and SDK 10.
I was able to modify and compile project with GCC at
examples\ble_peripheral\ble_app_uart\ for s110.
It works nice, but the transfer speed is very low (around 500 Bytes/s).
When</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Oct 2016 11:45:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27044/ble_uart-demo-throughput-is-very-slow" /><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106221?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 11:45:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a1ac7d1-314f-4b07-9e60-a748e454c268</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Great to hear :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106220?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 00:07:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:572cc6c5-09a7-4633-a5e8-65e78f13c05d</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;Wow, much better... Thank you! It works without jerks  and also much faster. I think NRF BLE-uart example should me updated with your code!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106219?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 14:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ac3bb57-a4b2-47ae-bc6b-19ba4ab56fa0</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I tested your code. I think it is actually your UART baudrate of 19200 that is limiting the throughput here.&lt;/p&gt;
&lt;p&gt;I tried to increase the baudrate to 115200, and then ble_nus_string_send() was called frequently enought to get the BLE_ERROR_NO_TX_BUFFERS error.&lt;/p&gt;
&lt;p&gt;To handle this a had to make quite a few changes to the project. The unmodifed example doesn&amp;#39;t really handle overflow from UART. Please find my modified project &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_uart_5F00_throughput.rar"&gt;here&lt;/a&gt;. It was made for S110 v8.0.0 and SD 10.0.0. Unzip it in examples\ble_peripheral\ It is not well tested.&lt;/p&gt;
&lt;p&gt;With a connection interval of 39 (48.75ms) I got 2kB/s with 115200, and 1577B/s with 19200.&lt;/p&gt;
&lt;p&gt;With a connection interval of 12 (15ms) I got 4kB/s with 115200. You can decrease the connection interval by using nRF Connect for Android, when you have connected click on the vertical ... and select request connection priority, use connection priority high.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106217?ContentTypeID=1</link><pubDate>Tue, 18 Oct 2016 07:21:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b66c0e3b-7f19-450a-afdd-a171ef65a1ad</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;It is almost the same, I just added printf for changed connection interval in  BLE_EVT_TX_COMPLETE:
&lt;a href="http://pastebin.ru/7d5NSTEs"&gt;http://pastebin.ru/7d5NSTEs&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106218?ContentTypeID=1</link><pubDate>Mon, 17 Oct 2016 07:51:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72d367ba-fc5d-44ff-9b1f-55e5355e61a8</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Ok. I can also test your firmware with a smart phone that I know supports more packets per connection interval, if you want. Then please upload it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106212?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 00:03:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12e89eab-755c-4de5-a13d-fb4fa2ba5544</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;OK, I have tested with Samsung Galaxy S3 (Android 4.4.4). It has absolutely the same pattern - initially 2-3 packets per interval but after some time it slows down and goes with jerks printing 1.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106211?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 23:13:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:032e63ad-c3c7-41ec-8616-84acf71cf010</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;Now I have Chinese ZTE Nubia Z7 Max running Android 5.1.1. But other smartphones showed the same performance. I will report today.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106216?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 08:06:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cb3e8a4-8bed-4181-864f-c1f2a8567c48</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Which smart phone have you tested with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106215?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 07:51:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64ded17e-2a0d-436e-bc49-1598404dc948</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;OK, I will try with old Galaxy S2 and report the results.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106214?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 07:14:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0ac5575-811c-4615-acb5-14489d6db32e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Ok. Then it seems that the smart phone is limiting the bandwidth. Do you have any other smart phones to test with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106213?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 06:45:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21537744-b12c-48b0-8ee7-9c406a8073ec</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;I added this event handler to static void on_ble_evt(ble_evt_t * p_ble_evt) function.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  case BLE_EVT_TX_COMPLETE:
printf(&amp;quot;TX count per interval %d\n&amp;quot;,  p_ble_evt-&amp;gt;evt.common_evt.params.tx_complete.count);
app_uart_evt_t fake_evt;
fake_evt.evt_type = APP_UART_DATA_READY;
uart_event_handle(&amp;amp;fake_evt);
break;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And it always prints 1.&lt;/p&gt;
&lt;p&gt;When I encreased the interval upto 20 it prints like 2-3 initially and thus works quite fast. But after some time I got almost exlusively 1 and it starts to transmite with jerks. I suppose the reason is inside the softdevice... Should I try other SDs?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106210?ContentTypeID=1</link><pubDate>Wed, 12 Oct 2016 10:35:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6d7812d-43a1-4c96-919c-88813484c2fb</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Ok. Then you have the smallest possible connection interval, 7.5ms. It seems you are correctly calling ble_nus_string_send() until you get BLE_ERROR_NO_TX_BUFFERS. You should start calling ble_nus_string_send() again when get the BLE_EVT_TX_COMPLETE event. When you get this event you should also check p_ble_evt-&amp;gt;evt.common_evt.params.tx_complete.count; This will tell you how many packets that were transmitted in the last connection interval.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106209?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2016 23:20:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37acbcef-c88b-4fa1-b298-76e2400cdcb5</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;Hello Petter,
Sorry, it was my blunder. Now it prints&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Max interval 6
Min interval 6
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;But in this case I am wondering why is it so slow? Sending a small chunk of data is quite brisk, but if it is more than several hundred bytes it slows down and data is transferring with jerks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106208?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2016 08:02:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d65acca4-9d70-4ea5-a13f-0beb50a3d17c</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;In the code you sent me you are still printing&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;p_ble_evt-&amp;gt;evt.gap_evt.params.connected.conn_params.max_conn_interval
p_ble_evt-&amp;gt;evt.gap_evt.params.connected.conn_params.min_conn_interval 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;when you get the BLE_GAP_EVT_CONN_PARAM_UPDATE please print:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;p_ble_evt-&amp;gt;evt.gap_evt.params.conn_param_update.conn_params.max_conn_interval
p_ble_evt-&amp;gt;evt.gap_evt.params.conn_param_update.conn_params.min_conn_interval
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106207?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2016 00:42:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b907b4a-85d7-4193-a57b-9f243cb4656c</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;Sorry for the late reply. I had some personal issues.
I use SDK10 and softdevice S110 (modifed periferal example)
Here is the
&lt;a href="http://pastebin.ru/7d5NSTEs"&gt;code&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106200?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2016 08:07:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e604abce-d12a-4222-b5ab-5a30a78a7692</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Strange. I would like to try to reproduce this. Could you edit your question and upload your complete project? So I can test it here. What SDK and SoftDevice version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106206?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2016 06:18:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1433c802-611b-4560-8803-be79b2529e80</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;I got 14 and 9 for this. They are still different&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106205?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2016 06:13:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e8bcb92-14b0-45aa-96da-f7962f353932</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Use:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;p_ble_evt-&amp;gt;evt.gap_evt.params.conn_param_update.conn_params.max_conn_interval
p_ble_evt-&amp;gt;evt.gap_evt.params.conn_param_update.conn_params.min_conn_interval
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106204?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2016 05:59:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a987339-b8d7-4ff4-b30c-c3585073899e</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;They are different... I just have extended the case expression of &lt;em&gt;on_ble_evt(...)&lt;/em&gt; function&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  case BLE_GAP_EVT_CONN_PARAM_UPDATE:
      printf(&amp;quot;Max interval %d\n&amp;quot;,  p_ble_evt-&amp;gt;evt.gap_evt.params.connected.conn_params.max_conn_interval);
      printf(&amp;quot;Min interval %d\n&amp;quot;,  p_ble_evt-&amp;gt;evt.gap_evt.params.connected.conn_params.min_conn_interval);
      break;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106203?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2016 05:53:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97f1a1ca-fcc3-4af9-a6cf-25efc4a308a1</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;When you get the BLE_GAP_EVT_CONN_PARAM_UPDATE event the max and min should be equal, could you check again? The limitation is on the smart phone, so switching peripheral hardware wouldn&amp;#39;t really help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106201?ContentTypeID=1</link><pubDate>Fri, 07 Oct 2016 00:33:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4dcc224b-5c3f-43ad-8b61-765c92ad9ad9</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;I have added the BLE_GAP_EVT_CONN_PARAM_UPDATE event handler and got these results:
Max interval 11
Min interval 9
So, it turned out that the Android OS agreed to decrease these intervals. I carefully measured the transfer rate and it was around 1Kbyte/s or slightly less. Maybe I should consider migration to Bluetooth 4.2 HW, which allows bigger packet size? Having 1Kb/s today sounds ridiculous nowadays :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106199?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 13:03:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce77777e-aee2-4d9b-8693-147dc27c8b1b</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Ok. It is in 1.25 ms units, so when you connect you have a connection interval of 48.75 ms. You can try to decrease the connection interval by sending a connection parameter update(CPU) request, but the central can reject it. I&amp;#39;m guessing that you already have included the connection parameter module, it will send a CPU request 5 seconds after connection is establised. It will send the CPU request with the MIN_CONN_INTERVAL and MAX_CONN_INTERVAL values defined in main.c Then you can check the BLE_GAP_EVT_CONN_PARAM_UPDATE event if the actual connection interval changed or not. See &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s110.api.v8.0.0/group___b_l_e___g_a_p___c_p_u___m_s_c.html?cp=3_6_0_0_0_2_1_0_2"&gt;this&lt;/a&gt; MSC for more information. You can find the small connection interval by trying and failing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106202?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 04:20:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5814059e-6f6f-488c-8ab2-69525ef8e374</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;Hello.
I added this lines  to the event handler:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;case BLE_GAP_EVT_CONNECTED:
            err_code = bsp_indication_set(BSP_INDICATE_CONNECTED);
            APP_ERROR_CHECK(err_code);
            m_conn_handle = p_ble_evt-&amp;gt;evt.gap_evt.conn_handle;
            // Check connection interval
            printf(&amp;quot;Max interval %d\n&amp;quot;,  p_ble_evt-&amp;gt;evt.gap_evt.params.connected.conn_params.max_conn_interval);
            printf(&amp;quot;Min interval %d\n&amp;quot;,  p_ble_evt-&amp;gt;evt.gap_evt.params.connected.conn_params.min_conn_interval);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And I got 39 for both. It gives me around 500 bytes per second. Maybe I can decrease this interval in the Android side? How should I modify nRF UART app?&lt;/p&gt;
&lt;p&gt;Also I have modifed sending part (APP_UART_DATA_READY event) from UART to BLE according to your advice, but this did not improve speed, but the FW stability was better.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106197?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 08:16:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58f670e7-af23-414a-a549-fceb20746863</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The central device dictates the connection interval, could you check what the actual connection interval is? How is described &lt;a href="https://devzone.nordicsemi.com/question/56471/check-ble-connection-interval/"&gt;here&lt;/a&gt;. Maybe you could also provide a sniffer trace? You can use nRF Sniffer. How to send large amounts of data is described &lt;a href="https://devzone.nordicsemi.com/question/1741/dealing-large-data-packets-through-ble/"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_uart demo throughput is very slow</title><link>https://devzone.nordicsemi.com/thread/106198?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2016 23:56:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:721cd59e-933f-4b5b-bfe2-75f3ba4cdeff</guid><dc:creator>Nomados</dc:creator><description>&lt;p&gt;Well, I use an Android phone and nRF UART App. I have connected my BL600 to serial port with 19200 bps with HW flow control, but the NUS speed is too slow to catch up with serial. I use Putty and just put some text to be sent to the phone.
According to my measurements it is around 700 bytes per sec, which is really far from your theoretical limit. I tried to minimize connection interval details, but this did not help much.
MIN_CONN_INTERVAL = 7.5
MAX_CONN_INTERVAL = 8
I also have tried to increase the buffer sizes UART_TX_BUF_SIZE = 1024 and UART_RX_BUF_SIZE = 1024
Transmission of 8Kb data chunk starts with jerks, then speeds up and continues with long pauses (up to 3 seconds). That&amp;#39;s why I am asking your support team to analyze this trivial case and provide some additional example for maximum throughput and minimum delays. Thank you in advance.&lt;/p&gt;
&lt;p&gt;Another&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>