Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: My application is very unstable  (Read 1886 times)

0 Members and 1 Guest are viewing this topic.

Niely

  • Full Member
  • ***
  • Posts: 101
    • View Profile
My application is very unstable
« on: January 01, 2015, 01:18:56 pm »
Hello

I'm making an application which should interact with FTP-servers very intensive. And for that I'm using SFML.

However, for some reason it's a very unstable applications until now.

So, it should be able to download files really fast, at least 1 file every half of a second.
But sometimes it can't even handle one application every five seconds.

The download from FTP function is in a for loop, and sometimes it works perfectly. All the five files are downloaded without problems. But when I retry my application then (no changes made to the code) it can only download one file then and then it just stops.

Just wondering if anyone else also encounters these problems and if there's a way to fix it.

Thanks for reading,
Niely

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: My application is very unstable
« Reply #1 on: June 15, 2015, 10:59:30 pm »
Provide us with an example we can test (http://sscce.org/) and we may be able to help you.

 

anything