|
Posted by NC on 02/11/06 20:35
m6s wrote:
>
> Is it good approach to use for a web application the php for some
> computations like normal distributions and deviations from data
> fed from mysql database?
Something that elementary should present no problem.
> Let's assume that mysql has 500 rows of data, and I want to make
> it web accessed, and the user(S) do the mathimatical calculations
> on-the-fly... would PHP do any good?
Well, let's think about it... 500 floating-point numbers, eight bytes
each, 4,000 bytes total. By default, a PHP scipt is allocated eight
megabytes, so it should be able to precess this much data without a
problem.
> How could I use the html and web world so to make such an app?
You didn't describe what you wanted the application to do, so I don't
know how to answer your question...
Cheers,
NC
Navigation:
[Reply to this message]
|