marcoantoniobferreira commented on a change in pull request #579: 
TOMEE-2697-Translate to portuguese-async-servlet
URL: https://github.com/apache/tomee/pull/579#discussion_r330740702
 
 

 ##########
 File path: examples/async-servlet/README_pt.adoc
 ##########
 @@ -0,0 +1,54 @@
+= Async Servlet
+:index-group: Servlet
+:jbake-type: page
+:jbake-status: published
+
+== Async Servlet
+
+Servlets pode ser executado assincronamente - isso pode ser util se seu 
servlet executa operações de longa execução, como chamar
+outros serviços usando um cliente assíncrono.
+
+Marque seu servlet como `asyncSupported` e chame Request.startAsync (). Isso 
retornará um objeto AsyncContext. Seu
+O código precisará chamar AsyncContext.dispatch () quando terminar.s
 
 Review comment:
   i think that "Seu código precisará" is better than "Seu O código precisará"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to