linux web hosting vs windows web hosting help?

Xeroxeen

Member
May 20, 2013
1,935
73
0
~Logical Address~
machan mama linux web hosting nam experience thiyanawa.eth windows web hosting experience naha.mata experience thiyena kenke kiyannako normal site ekak karanawa nam windows hosting da linux hosting da cheap kiyala?mama ahala thiyenawa dan issara tharam 2ke loku difference ekak cost eke naha kiyala?
 

Majesty

Member
Jun 18, 2013
1,006
159
0
is there a big difference or small?

it depends on what you want to run! if you're using asp as for your database you should go with a windows server. these days everyone use "mysql" and its supported by linux servers. windows servers are good for people who want to run vps with remote desktop facility . its easy for us to manage a windows vps because we are familiar with windows environment. :)
 
Last edited:

nismok

Well-known member
  • Jun 27, 2008
    9,391
    673
    113
    Depends on your requirement. If wanna host ASP.NET have to go for Windows server.
     

    K_ZONE

    Well-known member
  • May 28, 2009
    5,150
    4,041
    113
    invoke db "Injected Memory"
    Windows Hosting ගනන් වැඩී මචො, මොකද Software වලට Licence නිසා, Windows Server 2008 එක්ක, SQL server එක විතරක් තියෙන්න ගත්තත් පට්ට ගනන්,, , :P
     
    Last edited:

    Xeroxeen

    Member
    May 20, 2013
    1,935
    73
    0
    ~Logical Address~
    it depends on what you want to run! if you're using asp as for your database you should go with a windows server. these days everyone use "mysql" and its supported by linux servers. windows servers are good for people who want to run vps with remote desktop facility . its easy for us to manage a windows vps because we are familiar with windows environment. :)

    Depends on your requirement. If wanna host ASP.NET have to go for Windows server.

    thanks machan.as i heard asp is using for large scale applications.because of it's performance.is it true?can't use php for large scale systems?
     

    Majesty

    Member
    Jun 18, 2013
    1,006
    159
    0
    thanks machan.as i heard asp is using for large scale applications.because of it's performance.is it true?can't use php for large scale systems?

    If we compare the speed of ASP and PHP we can say PHP has an upper hand. PHP code runs faster than ASP. ASP is built on COM based architecture, which is an overhead for the server whereas PHP code runs in its own memory space. :)
     

    Xeroxeen

    Member
    May 20, 2013
    1,935
    73
    0
    ~Logical Address~
    If we compare the speed of ASP and PHP we can say PHP has an upper hand. PHP code runs faster than ASP. ASP is built on COM based architecture, which is an overhead for the server whereas PHP code runs in its own memory space. :)

    then why machan people use asp for large scale ERP systems instead of using php?plz clarify that for me?
     

    nismok

    Well-known member
  • Jun 27, 2008
    9,391
    673
    113
    thanks machan.as i heard asp is using for large scale applications.because of it's performance.is it true?can't use php for large scale systems?

    Hmm. Can't agree with that. PHP is widely used language. But ASP.NET is pre-complied and PHP is run-time script. So theoretically complied langues are faster. Also ASP.NET has ability to run on memory and do caching. PHP is growing so fast. With frameworks like Zend, Symphony it can perform way better than .NET.

    Just Google "PHP vs. ASP.NET" ;)
     

    Xeroxeen

    Member
    May 20, 2013
    1,935
    73
    0
    ~Logical Address~
    Hmm. Can't agree with that. PHP is widely used language. But ASP.NET is pre-complied and PHP is run-time script. So theoretically complied langues are faster. Also ASP.NET has ability to run on memory and do caching. PHP is growing so fast. With frameworks like Zend, Symphony it can perform way better than .NET.

    Just Google "PHP vs. ASP.NET" ;)

    thanks for the comment machan.yeah i google it before this post here ;) but i didn't got a clear answer.anyway your comment gave a clear picture on that.currently i'm in php area.basically i'm doing Codeigniter framework and still beginner in cake php.Are those frameworks also good in performance wise when comparing with zend,symphony?
     

    Dhananja4medialab

    Active member
  • Sep 22, 2009
    200
    26
    28
    chilaw
    Linux Hoda

    Oya Website eka host karanawanam Linux hoda Bro..
    windows waradak na ..price nam e dawas wala wadiyi..danam kohomda kiyanna danne na bro..
    windows wala web host karanwanam godak wada karanna puluwan ...oyage wade anuwa thiranawa karanna bro..
     

    nismok

    Well-known member
  • Jun 27, 2008
    9,391
    673
    113
    thanks for the comment machan.yeah i google it before this post here ;) but i didn't got a clear answer.anyway your comment gave a clear picture on that.currently i'm in php area.basically i'm doing Codeigniter framework and still beginner in cake php.Are those frameworks also good in performance wise when comparing with zend,symphony?

    Yes, Cake and Codeigniter are nice PHP frameworks. They are easy to learn. But Zend is bit complex. It fully object oriented with advanced designed patterns (like Java :baffled:) . Zend has its own web server and many performance optimizations. Comparing to other Zend perform better but hard.