Please read the new rule regarding the restriction on the use of AI tools. ×

Onur_Ilgaz's blog

By Onur_Ilgaz, history, 2 months ago, In English

I know codeforces api is unabled while a contest is running because of performance issues but wouldn't it be better if it was enabled about an hour after a contest starts? Codeforces api's are widely used and performance issues can be tolerated at that moment.

  • Vote: I like it
  • +11
  • Vote: I do not like it

»
2 months ago, # |
  Vote: I like it +4 Vote: I do not like it

Should I ping mike?

»
2 months ago, # |
  Vote: I like it +19 Vote: I do not like it

I think it's better if they use load balancer and kinda give a dedicated server (smaller one) for api calls during the contest (or rating roll back) so it wouldn't lag much. And in other cases the smaller one along with other servers can be used for everything like it's being done now I guess!

  • »
    »
    2 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    It makes more sense to maintain a dedicated server as it provides services irrespective of contest timings. The load balancer is crucial if the servers use HTTP2 afaik.