You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org> on 2005/01/28 08:43:20 UTC

[jira] Created: (CACTUS-180) Explore ways to improve the performance and design of the HTTP transport

Explore ways to improve the performance and design of the HTTP transport
------------------------------------------------------------------------

         Key: CACTUS-180
         URL: http://issues.apache.org/jira/browse/CACTUS-180
     Project: Cactus
        Type: Improvement
  Components: Framework  
    Versions: 1.7    
    Reporter: Vincent Massol
    Priority: Minor


Explore ways to improve the performance and design of the HTTP transport. Currently, each test invocation involves a new connection to the server. The HTTP/1.1 Keepalive feature could be used to reuse a single connection for all test invocations. Responses to the GET_RESULTS request do not need to include a body if there was no exception on the server-side. Possibly use custom HTTP headers to communicate the Cactus service parameters such as the name of the test class and method, instead of using query string parameters.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org