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: **[email protected]* <[email protected]>* 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
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to