Skip to content

Commit d139f78

Browse files
committed
deploy: f228da6
1 parent a8918d4 commit d139f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-08-07T01:46:17+00:00</updated><id>/feed.xml</id><title type="html">JBossWS</title><entry><title type="html">Throttle the webservice request with JBossWSThrottlingFeature</title><link href="/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><content type="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"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-08-08T01:46:22+00:00</updated><id>/feed.xml</id><title type="html">JBossWS</title><entry><title type="html">Throttle the webservice request with JBossWSThrottlingFeature</title><link href="/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><content type="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
22
sufficient resources and use load balancing approaches to distribute the requests
33
across different server instances. Besides providing enough resources for the web service
44
application, we can still do more within the application server to help manage and control

0 commit comments

Comments
 (0)