Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
#971: no_delay on Jython breaks wsgiserver 3.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
CherryPy  
View profile  
 More options Nov 9 2009, 4:03 pm
From: CherryPy <t...@cherrypy.org>
Date: Mon, 09 Nov 2009 21:03:38 -0000
Local: Mon, Nov 9 2009 4:03 pm
Subject: [CherryPy] #971: no_delay on Jython breaks wsgiserver 3.1

#971: no_delay on Jython breaks wsgiserver 3.1
---------------------------+----------------------------------------------- -
 Reporter:  guest          |       Owner:  fumanchu
     Type:  defect         |      Status:  new    
 Priority:  high           |   Milestone:          
Component:  CherryPy code  |    Keywords:          
---------------------------+----------------------------------------------- -
 wsgiserver 3.1 does not work with Jython because Jython does not support
 setsocketoption TCP_NODELAY for a server socket. It only allows clients to
 set TCP_NODELAY after connection. Some discussion here.
 http://bugs.jython.org/issue1309

 Suggested fix: In wsgiserver/__init__.py replace

  nodelay = True

 with

  import platform
  nodelay = not(platform.system()=='Java')

 Massimo

--
Ticket URL: <http://www.cherrypy.org/ticket/971>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CherryPy  
View profile  
 More options Nov 10 2009, 2:01 am
From: CherryPy <t...@cherrypy.org>
Date: Tue, 10 Nov 2009 07:01:07 -0000
Local: Tues, Nov 10 2009 2:01 am
Subject: Re: [CherryPy] #971: no_delay on Jython breaks wsgiserver 3.1

#971: no_delay on Jython breaks wsgiserver 3.1
---------------------------+----------------------------------------------- -
 Reporter:  guest          |        Owner:  fumanchu
     Type:  defect         |       Status:  closed  
 Priority:  high           |    Milestone:          
Component:  CherryPy code  |   Resolution:  duplicate
 Keywords:                 |  
---------------------------+----------------------------------------------- -
Changes (by lawouach):

  * resolution:  => duplicate
  * status:  new => closed

Comment:

 duplicate of #949

--
Ticket URL: <http://www.cherrypy.org/ticket/971>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google