Sudarshan Seshadri
2014-03-17 14:22:52 UTC
Please I need an urgent solution to this problem!
I am using jade agents for video processing and am facing an issue with
multiple agents. I am actually using agents to process blocks from an image
file. There are 16 blocks in my image. I have initially used 4 agents in my
program taking up 4 blocks each for processing and I calculate the
execution time by running the 4 agents in parallel. When I use 8 agents,
assigning 2 blocks each and run them in parallel, I get a more or less the
same execution time. This occurs even for 16 agents taking one block for
processing and running in parallel.
I thought synchronization could be a problem since all agents are accessing
the same image file, but after giving duplicate copies of the image to each
agent and running them, the same problem occurs. So please help me with
this issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20140317/78dbf64e/attachment.html>
I am using jade agents for video processing and am facing an issue with
multiple agents. I am actually using agents to process blocks from an image
file. There are 16 blocks in my image. I have initially used 4 agents in my
program taking up 4 blocks each for processing and I calculate the
execution time by running the 4 agents in parallel. When I use 8 agents,
assigning 2 blocks each and run them in parallel, I get a more or less the
same execution time. This occurs even for 16 agents taking one block for
processing and running in parallel.
I thought synchronization could be a problem since all agents are accessing
the same image file, but after giving duplicate copies of the image to each
agent and running them, the same problem occurs. So please help me with
this issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20140317/78dbf64e/attachment.html>