[jira] Created: (AXIS2C-1064) Errors written to the log file in param_container.c file

2008-03-17 Thread Manoj Pushpakumara (JIRA)
Errors written to the log file in param_container.c file - Key: AXIS2C-1064 URL: https://issues.apache.org/jira/browse/AXIS2C-1064 Project: Axis2-C Issue Type: Improvement

[jira] Updated: (AXIS2C-1064) Errors written to the log file in param_container.c file

2008-03-17 Thread Manoj Pushpakumara (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Pushpakumara updated AXIS2C-1064: --- Attachment: param_container.diff > Errors written to the log file in param_container

Re: Caching support for large attachments

2008-03-17 Thread Manjula Peiris
On Tue, 2008-03-18 at 03:49 +0530, Samisa Abeysinghe wrote: > Thilina Gunarathne wrote: > >> However, the real issue is how are we going to implement "parse it for > >> MIME, and then cache it and move on". I still think that it is better to > >> stick to Thilina's viewpoint in having each atta

Re: Caching support for large attachments

2008-03-17 Thread Manjula Peiris
Hi Samisa, Senaka and Thilina, These are my view points on caching and how it can be done in Axis2/C. For me the main purpose of caching is to support any size of attachment which depends only on the folder size the attachment is going to be stored. In the current implementation (Axis2/C 1.3) we

[jira] Resolved: (AXIS2C-1061) Ability for Simple Axis2 HTTP Server to specify Date and Server headers

2008-03-17 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando resolved AXIS2C-1061. - Resolution: Fixed Fixed Issue > Ability for Simple Axis2 HTTP Server to specify Date an

Re: [jira] Updated: (AXIS2C-1062) modified the network_handler.c file

2008-03-17 Thread Dinesh Premalal
Hi Manoj, When creating a JIRA please try to be specific about the JIRA summary, In this case you could have been more specific about the change. thanks, Dinesh "Manoj Pushpakumara (JIRA)" <[EMAIL PROTECTED]> writes: > [ > https://issues.apache.org/jira/browse/AXIS2C-1062?page=c

Re: Caching support for large attachments

2008-03-17 Thread Thilina Gunarathne
> Well, the Java folks have the luxury of streams. C has to manage this at > socket level. So my question was, how are we supposed to do that with C > network handler? I'm not familiar with the workings of the C network handler. But for us the only useful part of the input stream was the read() me

Re: Caching support for large attachments

2008-03-17 Thread Samisa Abeysinghe
Thilina Gunarathne wrote: >> Also you might want to consider deferred parsing of attachments. That >> means read the attachment for the stream only when needed. This is what the Java does. That's why I proposed you people to consider doing it in C :).. In Axis2/Java we first parse o

Re: Caching support for large attachments

2008-03-17 Thread Thilina Gunarathne
>> Also you might want to consider deferred parsing of attachments. That > >> means read the attachment for the stream only when needed. > > This is what the Java does. That's why I proposed you people to consider doing it in C :).. In Axis2/Java we first parse only the SOAP part (MIME part con

Re: Caching support for large attachments

2008-03-17 Thread Samisa Abeysinghe
Also you might want to consider deferred parsing of attachments. That means read the attachment for the stream only when needed. This is what the Java does. How can you do this in C? Samisa... - To unsubscribe, e-mail: [EM

Re: Caching support for large attachments

2008-03-17 Thread Samisa Abeysinghe
Senaka Fernando wrote: Ideally it should be either the Content-Length or if Chunked then we'll have to read until the end of chunks. So, if you see Content-Length, then no need to calculate size while parsing. You already know it. But, your proposal is valid for the Chunked case. I'm

Re: Caching support for large attachments

2008-03-17 Thread Samisa Abeysinghe
Thilina Gunarathne wrote: However, the real issue is how are we going to implement "parse it for MIME, and then cache it and move on". I still think that it is better to stick to Thilina's viewpoint in having each attachment cached as a separate file. And, each attachment should be cached, ev

Re: Caching support for large attachments

2008-03-17 Thread Samisa Abeysinghe
Senaka Fernando wrote: Manjula Peiris wrote: On Sun, 2008-03-16 at 16:26 +0530, Samisa Abeysinghe wrote: We have an efficient parsing mechanism already, tested and proven to work, with 1.3. Why on earth are we discussing this over and over again? Does caching get affected by the

[jira] Resolved: (AXIS2C-1063) modified the md5.c file

2008-03-17 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando resolved AXIS2C-1063. - Resolution: Fixed Fix Version/s: Current (Nightly) Assignee: Senaka Ferna

[jira] Created: (AXIS2C-1063) modified the md5.c file

2008-03-17 Thread Manoj Pushpakumara (JIRA)
modified the md5.c file - Key: AXIS2C-1063 URL: https://issues.apache.org/jira/browse/AXIS2C-1063 Project: Axis2-C Issue Type: Improvement Reporter: Manoj Pushpakumara Priority: Minor

[jira] Updated: (AXIS2C-1063) modified the md5.c file

2008-03-17 Thread Manoj Pushpakumara (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Pushpakumara updated AXIS2C-1063: --- Attachment: md5.diff > modified the md5.c file > - > >

[jira] Resolved: (AXIS2C-1062) modified the network_handler.c file

2008-03-17 Thread Sanjaya Ratnaweera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjaya Ratnaweera resolved AXIS2C-1062. Resolution: Fixed Fix Version/s: Current (Nightly) Patch applied. Thanks Ma

[jira] Assigned: (AXIS2C-1062) modified the network_handler.c file

2008-03-17 Thread Sanjaya Ratnaweera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjaya Ratnaweera reassigned AXIS2C-1062: -- Assignee: Sanjaya Ratnaweera > modified the network_handler.c file > -

[jira] Updated: (AXIS2C-1062) modified the network_handler.c file

2008-03-17 Thread Manoj Pushpakumara (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Pushpakumara updated AXIS2C-1062: --- Attachment: network_handler.diff > modified the network_handler.c file > ---

[jira] Created: (AXIS2C-1062) modified the network_handler.c file

2008-03-17 Thread Manoj Pushpakumara (JIRA)
modified the network_handler.c file --- Key: AXIS2C-1062 URL: https://issues.apache.org/jira/browse/AXIS2C-1062 Project: Axis2-C Issue Type: Improvement Reporter: Manoj Pushpakumara Pri

Regarding Axis2C architecture

2008-03-17 Thread Baxi, Rinilkumar (TCS)
Hi All, Currently I am working on the Axis2c 1.2 to make it communicate with a legacy system. I have gone through the architecture given in the manual on the website. But from that I am not able to get the exact idea of the flow of the request. Kindly let me know the architecture of the Axis2