Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 307181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:32:06+00:00 2026-05-12T07:32:06+00:00

I was wondering if ASP.NET is more efficent than PHP with sockets. Ive frozen

  • 0

I was wondering if ASP.NET is more efficent than PHP with sockets. Ive frozen a server several times doing relatively few connections on PHP. I was wondering if any server side programming engines are capable of hosting a reliable and efficient socket server.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T07:32:07+00:00Added an answer on May 12, 2026 at 7:32 am

    Having never implemented a socket server in PHP, nor ever touching ASP.NET I can’t comment on those.

    I’ve seen many great socket applications implemented in Python. I recommend looking into Twisted.

    I’ve personally played around with EventMachine (Ruby), and it’s definitely a great little library to use. Their goal is:

    Extremely high scalability, performance and stability for the most demanding production environments

    Creating a server with EventMachine is as simple as:

    require 'rubygems'
    require 'eventmachine'
    
    module Echo
      def receive_data data
        send_data data
      end
    end
    
    EM.run {
      EM.start_server "0.0.0.0", 10000, Echo
    }
    

    You should be able to benchmark this pretty easily. It’s a simple echo server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting started doing ASP.NET on my Mac using Mono, and I'm wondering
I was wondering if I'm doing the following ASP.NET C# regexp match in the
I am now using asp.net mvc and wondering what is a better choice using
I'm using Elmah with ASP.NET and wondering how I would add custom data, such
I'm pretty new to asp net 2.0 programming and I was wondering how can
I was wondering if it is possible to send a Fax via ASP.NET without
I was wondering what do i need to get my asp.net web application installed
I'm wondering what a good book to read describing how ASP.NET works. I'm thinking
I was wondering if it was possible to load a asp.net control (.ascx) that
I'm wondering how to prevent Session fixation attacks in ASP.NET (see http://en.wikipedia.org/wiki/Session_fixation ) My

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.