You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feed.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<?xml version="1.0" encoding="utf-8"?><feedxmlns="http://www.w3.org/2005/Atom" ><generatoruri="https://jekyllrb.com/"version="4.1.1">Jekyll</generator><linkhref="/feed.xml"rel="self"type="application/atom+xml" /><linkhref="/"rel="alternate"type="text/html" /><updated>2024-08-07T01:46:17+00:00</updated><id>/feed.xml</id><titletype="html">JBossWS</title><entry><titletype="html">Throttle the webservice request with JBossWSThrottlingFeature</title><linkhref="/2024/05/31/new-throttling-feature/"rel="alternate"type="text/html"title="Throttle the webservice request with JBossWSThrottlingFeature" /><published>2024-05-31T00:00:00+00:00</published><updated>2024-05-31T00:00:00+00:00</updated><id>/2024/05/31/new-throttling-feature</id><contenttype="html"xml:base="/2024/05/31/new-throttling-feature/"><![CDATA[<p>To ensure the web service application can handle a large number of requests, we need to allocate
1
+
<?xml version="1.0" encoding="utf-8"?><feedxmlns="http://www.w3.org/2005/Atom" ><generatoruri="https://jekyllrb.com/"version="4.1.1">Jekyll</generator><linkhref="/feed.xml"rel="self"type="application/atom+xml" /><linkhref="/"rel="alternate"type="text/html" /><updated>2024-08-08T01:46:22+00:00</updated><id>/feed.xml</id><titletype="html">JBossWS</title><entry><titletype="html">Throttle the webservice request with JBossWSThrottlingFeature</title><linkhref="/2024/05/31/new-throttling-feature/"rel="alternate"type="text/html"title="Throttle the webservice request with JBossWSThrottlingFeature" /><published>2024-05-31T00:00:00+00:00</published><updated>2024-05-31T00:00:00+00:00</updated><id>/2024/05/31/new-throttling-feature</id><contenttype="html"xml:base="/2024/05/31/new-throttling-feature/"><![CDATA[<p>To ensure the web service application can handle a large number of requests, we need to allocate
2
2
sufficient resources and use load balancing approaches to distribute the requests
3
3
across different server instances. Besides providing enough resources for the web service
4
4
application, we can still do more within the application server to help manage and control
0 commit comments