Re: Apache-Benchmark: Non cumulative values

2010-08-31 Thread ricardo figueiredo
Hi, Would you like to use any SpreadSheet program for this ?? -- Muito Obrigado Ricardo On Tue, Aug 31, 2010 at 12:01 PM, Samuel ROZE samuel.r...@gmail.com wrote: Hello, I'm using Apache-Benchmark to stats my applications performances. I want to create a graph, using GNUPlot and Apache

Re: Help with worker.c

2009-07-10 Thread ricardo figueiredo
Hi, On Wed, Jul 8, 2009 at 6:48 PM, Graham Dumpleton graham.dumple...@gmail.com wrote: In case you haven't already found it, ensure you have a read of: http://www.fmc-modeling.org/category/projects/apache/amp/4_3Multitasking_server.html It may not address the specific question, but

Re: Help with worker.c

2009-07-10 Thread ricardo figueiredo
Hi, On Wed, Jul 8, 2009 at 6:48 PM, Graham Dumpleton graham.dumple...@gmail.com wrote: In case you haven't already found it, ensure you have a read of: http://www.fmc-modeling.org/category/projects/apache/amp/4_3Multitasking_server.html It may not address the specific question, but

Help with worker.c

2009-07-08 Thread ricardo figueiredo
Hi, I'm trying understand worker.c module. My doubt is about operation push() and pop(). Push() add a socket in array fd_queue_t-data and Pop() retrieve a socket for processing. But what's the order of PUSH() ?? It adds in final queue ?? And POP() ?? Retrieve a socket only before (elem =