Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 01:00

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



do = server side java ?

Discussion on do = server side java ? within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
do = server side java ?

Yesterday I watched the game files, and found references to the fact that the game is related to Java.
I thought that the server part of the game was written in Java, but why write to the server side of the game, if with C++ much faster?
oleg-19952008 is offline  
Old 10/16/2017, 11:21   #2
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 662
Received Thanks: 1,154
The fastest isn't the best. Also, java isn't slow.
manulaiko3.0 is offline  
Old 10/16/2017, 11:32   #3
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
Quote:
Originally Posted by manulaiko3.0 View Post
The fastest isn't the best. Also, java isn't slow.
not slow, but can wait for gigabytes of RAM, even with c# not so much RAM is eating. In addition, there is a python, node.js, D.
and when it comes to a multiplayer game, where online from 1000 players, it's smarter for me to still use C++ because Java will consume much more operational, and C++ will have more speed, especially when working with arrays.
oleg-19952008 is offline  
Old 10/16/2017, 11:58   #4
 
vokovl's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 516
Received Thanks: 321
как сказал однажды блэк хаос, на с++ можно написать 10 вариантов программы, все скомпилируются, но работать ни один не будет
vokovl is offline  
Old 10/16/2017, 12:05   #5
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
Quote:
Originally Posted by vokovl View Post
как сказал однажды блэк хаос, на с++ можно написать 10 вариантов программы, все скомпилируются, но работать ни один не будет
ну это уже от рукожопости зависит, бп в данном случае рукожопы, раз удумали писать серверную часть на java, других языков дохера, а они джаваааааа, долбоебы.
oleg-19952008 is offline  
Old 10/16/2017, 12:09   #6
 
vokovl's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 516
Received Thanks: 321
зря, ява рулит, как раз рукожопство приводит к незнанию явы, такую книжку выучишь,, может поймёшь, что ява нормальный язык, или перейти на хтмл5

vokovl is offline  
Thanks
1 User
Old 10/16/2017, 12:14   #7
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
Quote:
Originally Posted by vokovl View Post
зря, ява рулит, как раз рукожопство приводит к незнанию явы, такую книжку выучишь,, может поймёшь, что ява нормальный язык, или перейти на хтмл5

нафиг, как не любил джаву так и не люблю, пусть сначала сборщик мусора нормальный завезут а потом уже подумаем о ней.
мне пока и c# норм, да, те же яйца но в профиль, но все равно мне проще пока на нем что-то делать.
Ну а срача насчет С# и java может быть куча.
oleg-19952008 is offline  
Old 10/16/2017, 12:21   #8

 
elite*gold: 3
The Black Market: 113/0/0
Join Date: Oct 2013
Posts: 5,813
Received Thanks: 1,813
gawariti na angliskom isikom
Nevada' is offline  
Old 10/16/2017, 13:36   #9
 
Freshek's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 803
Received Thanks: 1,362
Quote:
Originally Posted by oleg-19952008 View Post
not slow, but can wait for gigabytes of RAM, even with c# not so much RAM is eating. In addition, there is a python, node.js, D.
and when it comes to a multiplayer game, where online from 1000 players, it's smarter for me to still use C++ because Java will consume much more operational, and C++ will have more speed, especially when working with arrays.
Java is a very good language. Well, your apps will eat gigabytes of RAM, if you don't optimize them good. No matter what language you use.



Quote:
Originally Posted by vokovl View Post
зря, ява рулит, как раз рукожопство приводит к незнанию явы, такую книжку выучишь,, может поймёшь, что ява нормальный язык, или перейти на хтмл5

Do people use books for learning programming nowadays? I learned almost everything without 'em (have read 100 pages of some intro to c# book). And Visual J++ was a joke, seriously.

Nice setup btw.
Freshek is offline  
Old 10/16/2017, 13:56   #10
 
elite*gold: 0
Join Date: Jun 2013
Posts: 42
Received Thanks: 89
Java is awesome.

I have started programming from it and when I met c++ the first impression was: whats a ****.
C++ as I think absolutely sucks now for large projects, because brings you a bunch of problems, that Java don`t.

Best example - for Java it`s enough one book with language description and best practices. For C++ you need tons of literature that describes what you should not to do.
Also Java is not slow. Android running on it and it works enough faster.
It can be slow if you don`t understand how works some things.

About C# - it`s tied with Windows

So in my opinion Java is the best language today if you want just do something serious without hustle.


And yeah, books is really useless at the beginning. All what you wan`t you can find using google and it`s much faster. But when you have some skill it`s necessary to dive deeper into the language for better understanding and for that some books is good.
HimerOK is offline  
Thanks
1 User
Old 10/16/2017, 14:08   #11
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
Quote:
Originally Posted by HimerOK View Post
Java is awesome.

I have started programming from it and when I met c++ the first impression was: whats a ****.
C++ as I think absolutely sucks now for large projects, because brings you a bunch of problems, that Java don`t.

Best example - for Java it`s enough one book with language description and best practices. For C++ you need tons of literature that describes what you should not to do.
Also Java is not slow. Android running on it and it works enough faster.
It can be slow if you don`t understand how works some things.

About C# - it`s tied with Windows

So in my opinion Java is the best language today if you want just do something serious without hustle.


And yeah, books is really useless at the beginning. All what you wan`t you can find using google and it`s much faster. But when you have some skill it`s necessary to dive deeper into the language for better understanding and for that some books is good.
.net is open source, now it is quite possible to run some kind of project without edits in the code under Linux.
oleg-19952008 is offline  
Old 10/16/2017, 14:40   #12
 
vokovl's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 516
Received Thanks: 321
Quote:
Originally Posted by Freshek View Post
Do people use books for learning programming nowadays
Nice setup btw.
книги, лучший учитель, я посмотрю как ты будешь писать серьёзный проект, и листать одновременно окна с компилятором и страници в интернете с мануалом по языку))
vokovl is offline  
Thanks
1 User
Old 10/16/2017, 14:40   #13
 
Freshek's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 803
Received Thanks: 1,362
Quote:
Originally Posted by oleg-19952008 View Post
.net is open source, now it is quite possible to run some kind of project without edits in the code under Linux.
NET core? It's still just a small part of the whole .NET Framework. Mono still beats it in many aspects. The truth is that you can't create .NET apps on Linux. No matter what.

Quote:
Originally Posted by vokovl View Post
книги, лучший учитель, я посмотрю как ты будешь писать серьёзный проект, и листать одновременно окна с компилятором и страници в интернете с мануалом по языку))
あれは英語のフォーラムです。英語はできますか?
Freshek is offline  
Thanks
1 User
Old 10/16/2017, 14:53   #14
 
vokovl's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 516
Received Thanks: 321
Quote:
Originally Posted by Freshek View Post
あれは英語のフォーラム。英語はできますか?

all work

vokovl is offline  
Thanks
1 User
Old 10/16/2017, 17:48   #15
 
elite*gold: 0
Join Date: Jun 2013
Posts: 42
Received Thanks: 89
Vokovl, I know you a lot of time. But im very sad how you behave now. Its totally looks like you showing off (выпендриваешься)

Its an english speaking forum in most. Yes, you can write something to other russians in native language. But topic after it looks broken for foreigners. And its a pick of disrespect when you answer somebody in different language. Like "Im too busy to translate it, do it yourself *******".
I`m ashamed for your behavior

About your booklove - what is the most serious project did you make?
HimerOK is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
Hackable: Client side vs Server side
05/01/2008 - Dekaron - 7 Replies
I'v been reading a bit and I was already familiar with winhex and the likes, so I was able to start messing around in the Dekaron process rather easily. What I'm wondering is, what exactly can be modified, and what use it could be. For example, we know that character experience is server side, so modifying it would have no real purpose, but for some reason, it'll let you equip weapons of higher level if you meet the other requirements, which could also be modified should they need be. So all...
Character name restrictions are client side, not server side
04/24/2008 - Conquer Online 2 - 1 Replies
"Sorry non-alpha numberic....." That error message you get when you type in special characters in your character name, is client sided. It does no server check. Im not a coder or anything, so I'm not sure how to fix that. But since it is client sided, it would be a lot easier to repair this problem.
Client Side? Server side?
02/10/2008 - Metin2 - 1 Replies
hii erstma bin neu hier und deshalb ne frage!! wieso kann man nich auf Sever Side Umstellen nur client side !! damit du due waffe z.B. REK +9 benutzen kannst???:)
server side/client side
12/19/2005 - Conquer Online 2 - 6 Replies
hey guys, could someone make a list for me that has all the server side items and then another that has the client side items? thx in advance 8)



All times are GMT +1. The time now is 01:00.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.