remember concating a string is a very expensive procedure in java in
general (unless you use a buffer), and also working with strings in general
are just much slower than other data types.

On 1/23/06, elibol <[EMAIL PROTECTED]> wrote:
>
> Hi there,
>
> The application must store many numbers, then transfer this data to a
> database via Flash Remoting.
>
> There are two problems:
>
> While the data is on the client machine, would an Array of numbers be most
> optimal when considering system resource usage in general, or a comma
> delimited String of numbers?
>
> Which type would be quicker transfering to the webservice?
>
> Regardless of how the data gets to the webservice, I will store it as a
> comma delimited string of numbers.
>
> Thanks for taking the time to read,
>
> H
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
j:pn
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to