I've got a Perl script that uploads a file (usually quite large) and writes the data into a MySQL table. However, when I try running the script on another window while an older instance is still processing, this new data doesn't get recorded. To me it sounds more like a MySQL problem, but I'm not really sure 'what' it is.
Any hints or tips would be really helpful, because I'm totally lost with this.
Ralph.