How to create many rooms (at least 100+)

Well... I am going to buy 500 CCU or more.
I am also going to create many rooms in something like a web admin panel with a button click
There is a button "Create A New Room" in the admin panel. Each time clicking the button, a new room with a suffix will be created.
And I want to create many rooms.
Hmm... I think 1 unity instance can create only 1 room.
So, In my opinion, to create 100 rooms, I need to run 100 instances (they only creates the room and they are the master clients)
The other instances(clients) only join the room, they don't have any function to create the room themselves. If no room is available they can't join any room and need to wait until a room is empty.
I want to know how to create rooms in admin panel
Anyone who knows this please help me
I will be waiting
Thanks

Best Answers

  • sweetmei25
    edited February 2019 Answer ✓
    Hi @JohnTube
    Thanks for your kind answer.
    If I need to create 100 rooms on one computer (this is the server), what is the best method to do this?
    1 client can't create multiple rooms I think...
    Also, launching about 100 clients on 1 server is not suitable I think...
    Could you please tell me the best way?
  • sweetmei25
    edited February 2019 Answer ✓
    Ah, I see. @JohnTube

    Then is this possible?
    Can I call CreateRoom function twice or more in one client?
    So if I call CreateRoom function 100 times with different room name on one client, 100 different rooms will be created? (on dedicated server)
  • sweetmei25
    edited February 2019 Answer ✓
    Hi @JohnTube

    Sorry for asking a lot!
    But I hope that there is a way to send 100+ request for the room creation to photon server on one computer.
    On 1 computer, send 100+ room creation request.
    So that this computer can manage room creation and room destroying...

    I am willing to buy any pricing for it.

    Please let me know how to do it...

Answers

  • sweetmei25
    edited February 2019 Answer ✓
    Hi @JohnTube
    Thanks for your kind answer.
    If I need to create 100 rooms on one computer (this is the server), what is the best method to do this?
    1 client can't create multiple rooms I think...
    Also, launching about 100 clients on 1 server is not suitable I think...
    Could you please tell me the best way?
  • sweetmei25
    edited February 2019 Answer ✓
    Ah, I see. @JohnTube

    Then is this possible?
    Can I call CreateRoom function twice or more in one client?
    So if I call CreateRoom function 100 times with different room name on one client, 100 different rooms will be created? (on dedicated server)
  • sweetmei25
    edited February 2019 Answer ✓
    Hi @JohnTube

    Sorry for asking a lot!
    But I hope that there is a way to send 100+ request for the room creation to photon server on one computer.
    On 1 computer, send 100+ room creation request.
    So that this computer can manage room creation and room destroying...

    I am willing to buy any pricing for it.

    Please let me know how to do it...