Re: [GENERAL] Improve MMO Game Performance

2012-10-19 Thread Torsten Zuehlsdorff
Hello Arvind, i worked on MMO (and especially their performance) some time ago. I really like(d) them. :) we are all aware of the popular trend of MMO games. where players face To understand my query, please consider the following scenario /we store game progress in a postgres table./ A to

Re: [GENERAL] How to convert HEX to ASCII?

2011-12-02 Thread Torsten Zuehlsdorff
Damien Churchill schrieb: after several attempts I have finally succeeded in developing a urlencode() function to encode text correctly like defined in RFC 1738. Now i have a big problem: how to decode the text? Example: # SELECT urlencode('Hellö World!'); urlencode -

[GENERAL] How to convert HEX to ASCII?

2011-12-02 Thread Torsten Zuehlsdorff
Hello, after several attempts I have finally succeeded in developing a urlencode() function to encode text correctly like defined in RFC 1738. Now i have a big problem: how to decode the text? Example: # SELECT urlencode('Hellö World!'); urlencode --- Hell%C3%B6%20