The numbers are impressive Suho. Great stuff.

Had a chat with Srinath and we might get better numbers if we increase the
concurrency of the clients gradually. Would be nice to compare if you have
time to run that test.

On Wed, May 16, 2012 at 2:54 PM, Suhothayan Sriskandarajah <s...@wso2.com>wrote:

>
> Agent component is now been improved to support secure data transfer
>
> The performance numbers are,
> normal one server one client case = 0.3M Events/Sec
> secure one server one client case = 0.16M Events/Sec
>
> normal one server 5 client case = 0.86M Events/Sec
> secure one server 5 client case = 0.49M Events/Sec
>
> The API now looks like
>
>  /**
>      * To create the Data Publisher and the respective agent to publish
> events
>      * For secure data transfer the Authenticator URL will be the same as
> the Receiver URL and
>      * for normal data transfer the Authenticator ip will be the same as
> receiver ip but its port will be 100+<receiver port>
>      *
>      * @param receiverUrl the event receiver url
>      *                    use tcp://<HOST>:<PORT> for normal data transfer
> and
>      *                    use ssl://<HOST>:<PORT> for secure data transfer
>      * @param userName    user name
>      * @param password    password
>      */
>     public DataPublisher(String receiverUrl, String userName, String
> password);
>
> else we can use
>
>   /**
>      * To create the Data Publisher and the respective agent to publish
> events
>      *
>      * @param authenticationUrl the secure authentication url, use
> ssl://<HOST>:<PORT>
>      * @param receiverUrl       the event receiver url
>      *                          use tcp://<HOST>:<PORT> for normal data
> transfer and
>      *                          use ssl://<HOST>:<PORT> for secure data
> transfer
>      * @param userName          user name
>      * @param password          password
>      */
>     public DataPublisher(String authenticationUrl, String receiverUrl,
> String userName, String password)
>
>
> Regards
> Suho
>
> --
> *S. Suhothayan
> *
> Software Engineer,
> Data Technologies Team,
>  *WSO2, Inc. **http://wso2.com
>  <http://wso2.com/>*
> *lean.enterprise.middleware.*
>
> *email: **s...@wso2.com* <s...@wso2.com>* cell: (+94) 779 756 757
> blog: **http://suhothayan.blogspot.com/* <http://suhothayan.blogspot.com/>
> *
> twitter: **http://twitter.com/suhothayan* <http://twitter.com/suhothayan>*
> linked-in: **http://lk.linkedin.com/in/suhothayan*
> *
> *
>
>
> _______________________________________________
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Regards,

Tharindu

blog: http://mackiemathew.com/
M: +94777759908
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to