We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › High score/replay solutions
Page Index Toggle Pages: 1
High score/replay solutions (Read 467 times)
High score/replay solutions
Jul 13th, 2007, 3:20am
 
Just wondering what solutions people have found to be the easiest when it comes to connecting a Processing applet to a high scores database (or high scores files, or whatever - I've done SQL stuff in the past, but I'm just as happy to avoid it if it would be easier).  Usually I would use an http GET request to send the scores, but in the situation I'm in now I also need to send quite a bit more data (each score report will also send a recording of the level play, so will likely have too much data to pass in the URL).  Has anyone dealt with similar things, and if so, what was the least painful method that ended up working?  For example, did you leave a socket server running, or do it using POST, did you send stuff as binary and decompress on the server, or just send flat files, etc.  Any advice would be appreciated - last time I did something like this (in Flash) it was a much bigger headache than I'd expected, and that was a bit simpler than what I'm looking at now, so this time I figure I'll ask before driving myself crazy!
Page Index Toggle Pages: 1