[wsf-c-dev] [jira] Resolved: (WSFPHP-308) Add mtom caching support
Nandika Jayawardana (JIRA)
jira at wso2.org
Thu Jul 31 04:05:52 PDT 2008
[ https://wso2.org/jira/browse/WSFPHP-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nandika Jayawardana resolved WSFPHP-308.
----------------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
Code updated to support caching and efficient memory usage.
New php.ini properties "wsf.enable_attachment_caching" and "wsf.attachment_cache_dir" has been introduced to the code. The user can set the cache dir to his prefered location and the received attachments will be saved to that location. In the returned cid2attachements arrary, instead of the binary attachment as an string the corresponding filename will be available as value.
In case of sending, you the user can enable caching feature using the "wsf.enable_attachment_caching" option then should set the file name instead of the binary string in the attachment array. WSF/PHP will read the file without consuming much memory and send it to the destination.
> Add mtom caching support
> -------------------------
>
> Key: WSFPHP-308
> URL: https://wso2.org/jira/browse/WSFPHP-308
> Project: WSO2 WSF/PHP
> Issue Type: Improvement
> Environment: Any
> Reporter: Nandika Jayawardana
> Assignee: Nandika Jayawardana
> Fix For: 2.0.0
>
>
> Axis2 has the ability to cache attachments while receiving the send attachments with using minimum amount of memory. This functionality should be incorporated to WSF/PHP as well.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list