Published on May 31, 2010 by Kamran Vatanabadi
if you don’t want to wait for a connection to complete loading a url, you can load it asynchronously using NSURLConnection. Take a look at the demo application named “BufferedURL” we prepared. You need two important variables, NSURLConnection for establishing a connection to server and a NSMutableData to store results. As we have in our [...]
Posted in Cocoa/Objective-C
Published on May 30, 2010 by Kamran Vatanabadi
I’m not going to open a detail talk on “Operation Support Systems” in this post, you can read it here in Wikipedia or google it. But simply it is a software that supports telecommunication service providers operations and businesses. The businesses support section has a especial term for itself, called BSS and as i’ve found [...]
Posted in OSS
Published on May 30, 2010 by Kamran Vatanabadi
It is almost 2 or 3 months that we have started to work on cocoa application. At first it was difficult to digest the concepts of Objective-C and Xcode but as time goes by we get more familiar and believe that Objective-C’s concepts or syntax and they way Xcode lets us to write programe are [...]
Posted in Cocoa/Objective-C
Published on May 29, 2010 by Kamran Vatanabadi
Yes, suddenly mytop shows many stocked query and even restarting the mysql does not solve the problem. The IP guy of the company says we have no problem in your mysql machine, your own software has problem. They IP guy was wright and wrong, we had no problem in the mysql server but it was [...]
Posted in MySQL
No Comments