Quote:
Originally Posted by wize_one
so how fast is java to read through over 100megs of database info.. process it send that info to the client.. all while you have 5-300 zones running as well as handling connections from 1 to 500+?
i agree with matt.. LOL
|
Accually java can do the above quite fast, currently at my place of work we push about 30-40 mbs of database data into objects (called Beans) in about 10 seconds. Also once there in memory its much faster to access the data and send it to the client. For all the zones and the client connections this is all done by threads and is really just limited by your hardware and not the coding language. I would recommend that you do some more research before you make a flame post like that, I do like constructive critizim but please back it up with some facts next time.
Quote:
Originally Posted by Scorpious2k
Java just plain isn't fast enough or powerful enough to do what the server does.
|
Again I would like you to back this quote up. I know java isn't the fastest language but it does have some benifits that C does not (like not needing to compile it special for windows/unix).
Quote:
Originally Posted by John Adams
Agreed. It's probably not necessary to be a dick to the guy for an idea. Takes guts to ask, anyway. But I do agree, Java is not exactly lightning-bolt speed compared to other languages. It really comes down to what you know, how much interest you have in your project, and whether you can stand on your own to get it done - cuz it's apparent you won't get too much input here. Not insulting our devs at all, but they have their hands full with the current code as designed.
Good luck, should you proceed.
|
Quote:
Originally Posted by myrrddyn25
i think you should go ahead with your project and ignore their imature flames, ive used several different languages honestly i dont see that there would be much speed difference, to those who decided to be rude to this poor guy... mysql REGUARDLESS of the language accessing it it will only go as fast as mysql goes genius' perhaps you should think before making yourselves look the fool publicly? if coded properly any language COULD be multi platform however as previously stated compiling on windows is quite a pain in the ass to be honest. I have seen PUBLIC Games ( GEMSTONE FOR ONE) That are indeed written in java and do the same crap as eq and twice as fast so dude ignore them or prove them wrong... i doubt they even know how to code java anyway...
|
Thanks for your guys post it's nice to see a post that isn't a flame.
By no means i'm i dissing the dev's here, they are doing an awesome job. This was just an idea I thought would be cool and wanted some input on. I must admit I didn't expect all the flames but its all good. Either way i think i'll be doing it as a little side project because alot o fthe code will be similar in another project im correctly working one (Network and database layers). If anyone has anymore input on the idea feel free.
--James