|
From: Shaikh A. K. <sh...@in...> - 2011-03-01 04:33:10
|
Thanks Taner,
You are right that I want to send multiple messages concurrently. However I only need to comparison some parameters between two entities such as Gridlet (Arch and OS) and GIS/GridResource (Arch and OS) to match the requirement of Jobs. Currently I am not actually interested in submitting jobs to Grid Resources, it may be needed later on . I just want to know how it is possible to send multiple different request within a same time so I could calculate query rate and successful jobs.
Your help would highly be appreciated
Shaikh
From: Taner Dursun [mailto:td...@gm...]
Sent: Monday, February 28, 2011 7:14 PM
To: Shaikh Abdul Khalique
Cc: gri...@li...
Subject: Re: [GridSim-developers] Resource Discovery model using Gridsim
If you'd like to send multiple messages concurrently, a scenario like below is already possible:
for ......{
sendJobMessageWithoutAcknowledge(...)
}
However, as i understand, you need to measure the answer rate of the target entity.
I think it is only possible a scenario like this:
Entity1--->Entity2--->Entity3
Entity1 is sending messages and Enttiy3 is receiving responses of the messages sent by Entity1.
Thus you can measure throughput of the Entity2
Taner.
On Fri, Feb 25, 2011 at 3:31 AM, Shaikh Abdul Khalique <sh...@in...<mailto:sh...@in...>> wrote:
Hi,
I am developing resource discovery model using Gridsim.So far, I have done resource matching part and now trying to send multiple resource request messages per unit time to the existing resources . Actually I want to send multiple resource request messages per unit time and trying to measure the relationship between Successful Jobs and Query Rate. For example I want to send 100 resource request per second. Can you help me out how can we send multiple resource request messages per unit time using Gridsim library.
Your help would highly be appreciated.
Shaikh
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Gridsim-developers mailing list
Gri...@li...<mailto:Gri...@li...>
https://lists.sourceforge.net/lists/listinfo/gridsim-developers
|