These are indeed good news!
I'll check it out when I'll have more time on my hands(I should learn for one of my final exams right now instead of hanging around at flashkit...:().
And thanks for the kind words!
BenderB
Printable View
These are indeed good news!
I'll check it out when I'll have more time on my hands(I should learn for one of my final exams right now instead of hanging around at flashkit...:().
And thanks for the kind words!
BenderB
Does anybody know what the requeirements are hardware vice for an ElectroTank Server?
I am not talking about minimum specifications, but, which things you should take into consideration when getting the optimal system...
Is it dual (quad) cpu?
Fast hardrives?
Huge amount of ram?
Or?
Regards
Mads
Hi M@dster,
If you are a typical user of ElectroServer then you should expect moderate numbers of users connectd at once. Probably in the range of 20 to 200. For such a small number of connections ElectroServer will run perfectly with just a simple server.
If you are going to support thousands of users simultaneously then you need to start thinking about this. ElectroServer doesn't eat much RAM, but a better processor should certainly help if you are pushing thousands of users.
ElectroServer doesn't hvae any OS preference sinces its Java.
FYI: We run ElectroServer 3, well several instances of it, on our dedicated server. Its a P3 Win2k, so nothing great, but the server CPU usage is still very low.
im getting my mums pentium computer with 32 mb ram. i hope it will run there... :rolleyes:
A 'new' multi user server will be released open source in a few. It's the 2iceMP server, based on Perl. It features already multi player games plug-ins, such as othello, connect4, tetris, and more. Small requirements for the server it is running on. The server is around since 2 years now and has grown quite since; You can check it live at: http://www.ventoline.com.
Any of you interested ?
Sure :)Quote:
Originally posted by Hasufel
A 'new' multi user server will be released open source in a few. It's the 2iceMP server, based on Perl. It features already multi player games plug-ins, such as othello, connect4, tetris, and more. Small requirements for the server it is running on. The server is around since 2 years now and has grown quite since; You can check it live at: http://www.ventoline.com.
Any of you interested ?
When can I get it?
Early March, Tonypa. Glad meeting you, btw :)
I'm very interested.. Is this socket or http based? Does it work around firewalls? I'm looking for a chat solution that could support private rooms, and will be able to go around firewalls for my game. Thanks!Quote:
Originally posted by Hasufel
A 'new' multi user server will be released open source in a few. It's the 2iceMP server, based on Perl. It features already multi player games plug-ins, such as othello, connect4, tetris, and more. Small requirements for the server it is running on. The server is around since 2 years now and has grown quite since; You can check it live at: http://www.ventoline.com.
Any of you interested ?
- Mike
yesQuote:
Originally posted by Hasufel
A 'new' multi user server will be released open source in a few. It's the 2iceMP server, based on Perl. It features already multi player games plug-ins, such as othello, connect4, tetris, and more. Small requirements for the server it is running on. The server is around since 2 years now and has grown quite since; You can check it live at: http://www.ventoline.com.
Any of you interested ?
thats from me from this thread http://www.flashkit.com/board/showth...hreadid=536346. jobe or michael know why this happens whenever i try to export my chat (and your free files too!)???Quote:
ok, i dont understand this. i have the 'tic-tac-toe' file (from electroserver) in the exact same directory as what i have my chat in rite. whenever i go to export my chat file it comes up with that stupid message
C:\Leighton\Flash\Chat\as_files\ElectroServerAS3.a s: Line 1: ';' expected
// =~=+=~=+=~=+=~=+=~=+=~=+=~=+=~=+=~=+=~=+=~=+=~=+=~
=+=~=+=~=+=~=+
so i thought to myself, what if i tried to export the tic-tac-toe file. guess what, the same message pops up and i havnt changed a thing with that file!!! but if i just drag (from where i downloaded it) into that directory (same file as the one in there b4) it works! any ideas why???
edit: and if i do put that semi-colon on the #include line, this message pops up:
Scene=Scene 1, Layer=actions, Frame=9: Line 2: Malformed #include directive
#include "as_files/ElectroServerAS3.as";
Thanks guys :D
Hi,
I understand the issue.
The problem: The *.as file was edited and saved using Flash MX 2004 which I recently learned adds a funky character to the front. On compile using Flash MX 2004 things are ok. On compile using Flash MX it gives that error.
The solution: Open it in notepad, copy the contents, open a new notepad document, paste the contents, save this new document with the old name.
That will work!
For reference, that funky character appears to be some sort of unicode indicator. I had to code a work-around for server-side plugins in ElectroServer so the server can use .as files from either MX 2004 or plain MX but I didn't look into it in detail beyond that.
u lil ripper :D
thanks soooo much jobe & michael!!!
WOOT!!!
Hello all,
I'm new to this forum so I thought I'd start out by contributing something. Here is my review of the Fortress Socket Server which my company used in it's latest project.
Application:
We used Fortress to implement a multiplayer RPG similar to Final Fantasy or other turn-based combat systems. Check out the beta version of the game at www.dojatan.com
Review:
I have not used other socket servers before, but I would certainly recommend Fortress to anyone who needs a robust socket server for use with Flash. After reading much of this thread, it sounds like Fortress has a bad rap as the complicated alternative to its competitors. Although I have not used the other servers out there, I wouldn’t consider Fortress overly complex for what it does. Any socket server solution isn’t going to be easy for someone new to programming. The main thing I liked about Fortress was that it comes with the FFDK (Fortress Flash Dev Kit) which provides a wealth of example projects and re-usable objects to get you started. In addition, the documentation is very comprehensive and straight forward. At first, I was intimidated by the complexity of the system, but after reading the documentation and picking apart the example applications, it all started to come together. It took one day to get a general understanding of the framework and a working environment setup. After one week we had a prototype of the game complete. The hardest part to understand are the Java “activities” that must be created to run the server-side logic for whatever you are making. This is the part of the documentation that could use some help. I had to reverse engineer the example projects to understand how to write the activities correctly. The only other gripe I have about the product is the lack of activity on the company’s support forums. Oh well, that’s what Flashkit is for.
Although the activity components are complex, they are the core of Fortress’ flexibility. Since the activities are Java classes, anything you can code in Java can be used to power your project. Not only are the activities flexible, but they profile excellent performance. Our project is still in beta, so we haven’t ever gotten over 20 concurrent users. However, our game logic is fairly complex and we are running the server on a shared hosting plan and still get lightning fast responses times. CPU and memory usage are also very good.
The main reasons we chose Fortress were:
50 connection development license - free
Java based – Can develop in Windows and deploy on Linux
Used in several production environments – Proven technology
Agree / Disagree ?
Hi All
Just to resume all this thing...
There are two ways:
1 polling
2 sockets
polling is slow, so, **** you, polling
And, talking about sockets, rpgcreator says:
"Last, Xadra Fortress,
HUGE learning curve. If you can dedicate time, Go for this one. I wouldnt recommend it for beginners. YOU CAN DO ANYTHING WITH THIS PUPPY!!!! Also, i would recommend reading the manuals a few times, just to get a good grip on it. VERY EXPENSIVE. Also, for the free version, you get 50 free connections at the same time, compared to 5 with electro server."
When you say expensive, are you talking about how many?
THAT is the stuff i want.I want all the people in the world plaiyng my game.
But i am a begginer and i know nothing about java.I just ave time to learn.Should i learn java first to make this thing do want i want it to do?
Anyone can show me examples of what this baby can do?
Thank you very much
ElectroServer supports 20 concurrent connections for free, not 5. That was several versions ago :)
Regarding the fact that you don't know Java, that's why ElectroServer supports you writing plugins in ActionScript (and soon some other languages too :)). Flash Comm Server does this as well.
As for price, I believe Fortress is $10 USD per each concurrent connection, but I might be wrong. I also think they have a max price for unlimited connections, but again, I might be wrong.
Whichever server you choose, don't assume you will need thousands of concurrent connections. It takes a MASSIVE player base to support that. If you have that many players, you can afford any server you want without problems. Remember too, that hardware and bandwidth are much more expensive then most server options will be. Bandwidth is generally a monthly fee as well, not a one time server license.
I personally get really frustrated with people thinking that they need 10,000 concurrent user support the day they start development. Start small and grow as needed.
Have fun!
Ok, thanks for your answer, webgeek
So, putting my feet on the ground, i am starring to think about electroserver.
The thing is, all the ideas i have always have some to do with a real time game
A real time game like, for example, a street fighter II game or a sword fight game
If it is not possible to make a real time game with any kind of sockets, it would be possible to SIMULATE one, somehow?
Comunication Server MX.
Is this thing good for multiplayer games?
(maybe i am asking something stupid, cos i have no idea what is this stuff)
Hey.
I've built my oen perl server, and tested it against other pelr scripts; even tried 2 online perl server examples...
I get my flash to connect, disconnect, send data. But data from my server is never retrieved by flash. I setup the following:
mySocket.onData=handleXML;
then tried:
mySocket.prototpe.onData=handleXML;
then:
XMLSocket.prototpe.onData=handleXML;
none of them worked at all. The server IS running on localhost, and so is flash... In same DIR, please help!
Here is the code I use to connect to my perl server.
code:
sock = new XMLSocket();
sock.onConnect = myOnConnect;
sock.connect("localhost", 8080);
sock.onXML = myOnXML;
sock.send(add_user);
function myOnXML(doc) {
//deal with data
}
Hope this helps.
:)