Threading in javascript?

D

deostroll

I have an excel file in a specific location. I want to process the
file and display data in an html page. But there are many users. I
know how to call the excel object in the script and stuff... Won't
there be a problem if two or more people try to access the same file.
To handle this I suppose some elementary threading should do. But I am
not someone who has worked with this idea before. How can I tackle
this problem?

--deostroll
 
I

Ivan Marsh

I have an excel file in a specific location. I want to process the file
and display data in an html page. But there are many users. I know how
to call the excel object in the script and stuff... Won't there be a
problem if two or more people try to access the same file. To handle
this I suppose some elementary threading should do. But I am not someone
who has worked with this idea before. How can I tackle this problem?

Threading will do nothing to solve an Excel file locking issue.

It's time to move to a real database back-end.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,160
Messages
2,570,889
Members
47,420
Latest member
ZitaVos505

Latest Threads

Top