@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30



Comments:

<0> i mean
<0> instead of me repeating it 3x - lookup the cl*** i mention
<0> if you're F1 key is broken, i can give you link...
<0> hangon
<1> lol what cl*** did you mention
<0> your even
<0> :)
<1> ok
<0> moviecliploader
<1> lol
<0> lol
<1> hmm
<0> it 'loads content' to movieclips
<0> :O
<0> or a movieclip i guess - depends what functionality you put to it
<1> well.. i already got it to load content to movieclips, lol but I have it doing it in the 'flash' part, not in the pre-load part, should i be doing it in the pre-load part?



<0> well
<0> you can always just write your own
<0> ...
<0> call a load to a movieclip as example
<1> hmm, that object looks useful
<0> and then ***ign an onEnterFrame to its parent, or elsewhere, or create an interval
<0> to track the loading of the content
<0> ya, check it out
<0> its native - easy to use - wtf
<0> other people can view it - and know 'whats going on'
<1> yeah, i'm certain this is what i need.
<0> dont need to decipher anything cryptic
<0> :)
<1> thanks shiznat!
<1> lol
<1> all the other preloaders were going by "getbytesloaded" which was worthless for my external urls.
<0> nope
<0> still totally valid
<0> 'cept you get it from the item you're loading to
<0> not from _root or _level or such
<0> since thats 'already loaded'
<0> heh
<0> if you load to content_mc
<0> var bl = content_mc.getBytesLoaded();
<0> etc
<0> evaluated via onenterframe or interval
<0> but if using OEF ... then that OEF cannot be ***igned on the clip receiving content
<2> any ideas on the best way to send a million, or even a billion records to flash from a server?
<0> because when you load to that clip, its events are removed.... therefore, the OEF you ***igned, is now gone, and no longer tracking
<0> heh
<0> bar10der - methodically
<2> web services is too slow
<0> but likely gunna crash
<0> so i'd go by 'page' of records obviously
<0> how many items per page maybe...
<0> as an option but aside from that, gunna be using a paging system or its likely gunna be useless
<2> obviously, but still, a page size of 100,000 is too slow for web services
<0> um - ya, i was thinking more like 50 ... and a search
<0> lol
<2> that would be too many pages and still take too long
<0> you saying you're gunna put 100,000 items for display... in flash .... even in html, thats just silly
<2> not really...
<0> extremely
<0> narrow the response
<2> that is narrowed
<2> maybe not have them all displayed, but have the majority in memory
<2> local memory
<0> or you supplying the systems that will be presenting these goods?
<0> are*
<2> yes
<0> well, then you have system limits you can control and work within - so you have that to your advantage
<2> yes
<0> but still - thats insane man heh
<2> bad*** systems
<0> thats just too much
<0> at once
<0> for anyhting
<2> not really anymore
<2> i'm just asking if you have any suggestions on hyper-fast client-server flash communication
<0> well, i've done a few inventory systems and hell man - i dunno wth yer doin that would be require'n such
<0> mmm



<0> well, speed will depend on computer
<0> which you have control over
<0> see what you can get away with within the system you're developing for
<0> i guess :|
<0> the tuck head between knee's
<2> the speed i'm concerned about is the transfer. the system can process it no problem
<0> cuz you may be kissing *** goodbye
<0> :D
<3> w00t shizzzzzzzz
<0> hey wino
<0> bar - ya, well, i'm more concerned with the 40mb transfer for data, and the parsing in the frontend
<0> not the 'system' serving information
<2> well you kept going back to the system
<0> yes
<0> 'system'
<0> as in the 20 computers
<0> you will be giving to people
<0> as part of the price of project
<0> to ensure the crazy **** you do on such advanced computers will work within their environment
<3> oversea it for 50k
<3> f it
<2> i already have it functioning in java with byte serialization
<2> i == the company i work for
<0> well thats another bonus
<0> tell'm to use flex
<0> :P
<2> i've been looking in to that
<0> it still flash though....
<0> :)
<2> yeah
<0> my point being - so what about java? heh
<0> did i miss a step of involvment that matters regarding reproduction/useage of data?
<0> :>
<0> forget about anything that is 'serving' content
<0> .. whats interpreting it?
<0> if you're leaving that up to flash - thats just simply waaaay to much
<0> even as html - thats just ... waaaay to much
<0> how large is the size of the data?
<0> is flash wrapped in java app?
<0> is there deserialization in flash? is this guna take time? plus the time to setup the display, and populate...
<0> crash... crash... crash
<0> sounds like it to me
<0> regardless
<2> that's what i'm asking, is there serialization/deserialization in flash
<0> what you write
<0> as far as i know
<0> possibly something out there already
<0> personally dunno of any though :/
<2> what about flash remoting, any experience?
<0> not really no - nothing practicle, wasnt impressed - they say its 'instant' but its far from it ... worst bench results out of any method as i remember ... mind you, that was a few years back - any improvements noted? i dont keep track of things that dont interest me :(
<0> is there like 'remoting v2' ?
<0> heh
<0> i dont think so
<0> so i duno man - thats a hard call - wuts all this data? maybe thats what should be reviewed first
<2> tracking everyone in the US for example
<2> it could be anything, our system hooks up to your data
<0> well, with that as example, you better have a name search - cuz one name is gunna bring back 1,000,000 results as it is
<4> bar10der, I have XML serializer for AS objects
<0> and if you try to dump all that - crash
<2> yes, it would be searchable
<4> bar10der, it's basic and it will punish you if you have circular references (won't crash, but will be slow)
<0> even as bytecode man - thats gunna be sooooo much info
<2> yes shiz, i know that's sooooo much info =]
<0> heheh
<2> scalability is our biggest hurdle
<0> yar
<4> bar10der, how much info we're talking, I'm lazy to read all the log
<2> a billion records potentially
<2> =]
<4> and you want to load that on the client?
<0> heh
<4> or just a selection/query of it
<0> there is no 'or'


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

decompile ebookedit
#solaris
#sql
Coloidial silver
#delphi
come on dude behave
#worldcup
#politics
bigest-pussies
#beginner



Home  |  disclaimer  |  contact  |  submit quotes