Search:

Type: Posts; User: cyberfish

Search: Search took 0.03 seconds.

  1. Thread: Server Side

    by cyberfish
    Replies
    33
    Views
    21,710

    You could write it in assembly to get even more...

    You could write it in assembly to get even more speed... but like matsp pointed out, you probably won't notice any difference, and PHP is far easier.
  2. Thread: Server Side

    by cyberfish
    Replies
    33
    Views
    21,710

    And an Apache module can? Even if you want to...

    And an Apache module can?

    Even if you want to do it in C/C++, calling it from PHP is probably an easier choice.

    With caching, it won't be CPU-intensive on average. If you have few enough...
  3. Thread: Server Side

    by cyberfish
    Replies
    33
    Views
    21,710

    And search is probably going to be implemented by...

    And search is probably going to be implemented by MySQL anyways.
  4. Thread: Server Side

    by cyberfish
    Replies
    33
    Views
    21,710

    That would depend on the application. I have...

    That would depend on the application.


    I have never written an Apache module, but it would be a very unusual way to go about doing it to say the least, and quite possibly very difficult.

    A...
  5. Thread: Server Side

    by cyberfish
    Replies
    33
    Views
    21,710

    They are often used together - PHP installed as...

    They are often used together - PHP installed as an Apache module, and MySQL for database (accessed by PHP).

    I suggest PHP (you can call a C program to do the calculations from a PHP script if...
Results 1 to 5 of 5