July 2008
November 2007
Apache Synapse 1.1 - gridvm.org
by camelApache Synapse offers a wide range of connectivity, including HTTP/S, JMS, (S)FTP, SOAP, WS-ReliableMessaging and WS-Security. The project has been designed to allow administrators to support advanced functionality such as load-balancing, throttling, and failover without writing code.
The new Apache Synapse 1.1 release includes many enhancements based on feedback from users, including
* Apache VFS based file transport - supports File System, FTP, SFTP, JAR, ZIP, TAR, GZIP, Mime
* Scheduled Task support makes it simple to run repetitive tasks
* XQuery mediator - simplifies XML transformation with the XQuery standard
* POJO Command mediator - allows the creation of message-independent mediation logic
* DB Report and DB Lookup mediators - support message augmentation and database logging
* Cache and Throttle mediators/enhancements - improve performance and manage load on existing services
* Split/Clone/Aggregate mediators - support batch processing of large messages
* Improved logging and tracing support
With asynchronous support for HTTP and HTTPS, Apache Synapse has very high scalability under load, supporting thousands of concurrent connections even with limited threads. Combined with streaming XML support, Apache Synapse has class-leading performance results.
The Apache Synapse code and binaries are available from the website at http://ws.apache.org/synapse
January 2007
超過 4G 的檔案怎麼在網路上複製 | 走過的、學過的、看過的
by realmip後來仔細用 Google 找了一下,果真有這個限制耶!不過,這個限制是因為 Apache 所產生的,Apache 為了某些因素,是不允許直接讀取超過 2G 的檔案,那要怎麼做呢?
1
(3 marks)