jeffwidman
Active member
I started a test import last night of a board with several million posts, then closed my laptop and went to bed.
The test import is on a VPS, so I assumed that I'd triggered the import script and it would run server-side and be finished by the time I woke up.
Instead, when I turned on my laptop, the import script hadn't progressed any further, but it also hadn't shut down either--it just picked up right from where it was when I turned off my laptop.
Why is this?
Is this import script happening client-side and not server-side for some reason? Javascript is obviously checking the progress of the import, but I assumed it was just polling the script on the server; is something else happening instead?
The test import is on a VPS, so I assumed that I'd triggered the import script and it would run server-side and be finished by the time I woke up.
Instead, when I turned on my laptop, the import script hadn't progressed any further, but it also hadn't shut down either--it just picked up right from where it was when I turned off my laptop.
Why is this?
Is this import script happening client-side and not server-side for some reason? Javascript is obviously checking the progress of the import, but I assumed it was just polling the script on the server; is something else happening instead?