<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: gcoleman2001</title>
    <description>The latest articles on DEV Community by gcoleman2001 (@gcoleman2001).</description>
    <link>https://dev.to/gcoleman2001</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F714507%2F51606974-fbe5-4258-b630-3e8851223f70.png</url>
      <title>DEV Community: gcoleman2001</title>
      <link>https://dev.to/gcoleman2001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gcoleman2001"/>
    <language>en</language>
    <item>
      <title>Java async thread pool size</title>
      <dc:creator>gcoleman2001</dc:creator>
      <pubDate>Sun, 02 Apr 2023 13:50:06 +0000</pubDate>
      <link>https://dev.to/gcoleman2001/java-async-thread-pool-size-4k1f</link>
      <guid>https://dev.to/gcoleman2001/java-async-thread-pool-size-4k1f</guid>
      <description>&lt;p&gt;Hi All,&lt;br&gt;
Anybody any advice for working out the max queue size for a java thread pool using async. I have a request coming in 2 per second and a max response time of 11ms and min response time of 2ms. There are 10 threads and queue size of 2000 and it handled it fine during a 1 hour soak test but want to refine the numbers if possible. I initially had a thread count of 5 and queue size of 500 but this resulted in a large number of 503 errors from the microservice.&lt;br&gt;
Thanks&lt;/p&gt;

</description>
      <category>java</category>
    </item>
    <item>
      <title>Soap ui alternatives</title>
      <dc:creator>gcoleman2001</dc:creator>
      <pubDate>Thu, 10 Feb 2022 21:00:56 +0000</pubDate>
      <link>https://dev.to/gcoleman2001/soap-ui-alternatives-52kd</link>
      <guid>https://dev.to/gcoleman2001/soap-ui-alternatives-52kd</guid>
      <description>&lt;p&gt;Hi all,&lt;br&gt;
Looking for some alternatives to soapui as it keeps crashing. I've tried postman but can't seem to get the mock server working. &lt;/p&gt;

&lt;p&gt;To note I've tried Dsoapui.browser.disabled=true and also&lt;br&gt;&lt;br&gt;
Xms128m -Xmx2048m with no difference.&lt;/p&gt;

&lt;p&gt;It usually happens when I'm running a number of Java microservices locally.&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;

</description>
      <category>soapui</category>
      <category>microservices</category>
      <category>memory</category>
      <category>java</category>
    </item>
    <item>
      <title>Ubuntu over VPN</title>
      <dc:creator>gcoleman2001</dc:creator>
      <pubDate>Tue, 04 Jan 2022 19:00:50 +0000</pubDate>
      <link>https://dev.to/gcoleman2001/ubuntu-over-vpn-11h2</link>
      <guid>https://dev.to/gcoleman2001/ubuntu-over-vpn-11h2</guid>
      <description>&lt;p&gt;Looking for configuration help with WSL2 Ubuntu behind corporate VPN. I cannot access the internet everything works fine when vpn is off. I've tried mapping the DNS once the VPN is connected but still no connection.&lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>wsl2</category>
      <category>vpn</category>
      <category>configuration</category>
    </item>
  </channel>
</rss>
