Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSDsim with multiqueue problem #1

Open
brian0603 opened this issue Jan 15, 2019 · 2 comments
Open

SSDsim with multiqueue problem #1

brian0603 opened this issue Jan 15, 2019 · 2 comments

Comments

@brian0603
Copy link

brian0603 commented Jan 15, 2019

hello sir,
This issue may not be related to your program.
I am also modifying ssdsim.
I try to modify ssdsim to multi-queue architecture.
I will let ssdsim read multiple traces at once and placed in multiqueue.
In the find_nearest_event function, ssdsim needs to update current_time, but different traces have their own time. How to decide the current time?
I don't have much thought about this issue.
Do you have any idea to solve this problem?
Thanks!

@fadhilkurnia
Copy link
Owner

Hi, have you solved that problem?

Do you plan to consume all the tracefiles simultaneously? As far as I know, you should keep the request incoming time ordered to make sure the simulation run accurately. I'm still learning this simulator too

@brian0603
Copy link
Author

I have solved this problem.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants