Get Started
·
Register
·
Login
Posts
ID:151398
Favorites
Medals
Quickening up your game with browse_rsc()
in
Design Philosophy
[Tips]
ID:151398
Mar 3 2011, 10:52 am
OrangeWeapons
Would it be possible to have browse() be much faster simply by using browse_rsc() when the person logs in to cache every single file for them?
#1
Mar 3 2011, 11:39 am
Nadrew
Wouldn't make any difference, browse_rsc() isn't what causes the file to be cached, logging in and downloading the game's resources does.
By that point all browse_rsc() is doing is setting up the cached file so it can be easily accessed by the client's browser.
#2
Mar 3 2011, 1:45 pm
In response to
Nadrew
(#1)
OrangeWeapons
What I'm trying to say is that I will have hosted files online, and would like to cache them before they are actually needed. Wait a second...I see how flawed my logic is at an attempt to save space! Thanks anyways!
Copyright © 2013 BYOND. All rights reserved.
By that point all browse_rsc() is doing is setting up the cached file so it can be easily accessed by the client's browser.