Google Groups Home
Help | Sign in
#834: lighty+fcgi+flup+cherrypy+sess ions stored in files deadlocks
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
  3 messages - Collapse all
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
CherryPy  
View profile
 More options Jul 3, 3:07 pm
From: CherryPy <t...@cherrypy.org>
Date: Thu, 03 Jul 2008 19:07:31 -0000
Local: Thurs, Jul 3 2008 3:07 pm
Subject: [CherryPy] #834: lighty+fcgi+flup+cherrypy+sessions stored in files deadlocks

#834: lighty+fcgi+flup+cherrypy+sessions stored in files deadlocks
----------------------+---------------------------------------------------- -
 Reporter:  guest     |       Owner:  no_mind
     Type:  defect    |      Status:  new    
 Priority:  normal    |   Milestone:  3.0    
Component:  sessions  |    Keywords:        
----------------------+---------------------------------------------------- -
 Well, summary pretty much says everything. If I let the sessions be stored
 in RAM, everything functions normally. Here are some configs:

 lighttpd.conf:

 fastcgi.server = (
 "/" => ( "main.py" => (
         "bin-path" => "/home/apache/htdocs/python/main.py",
         "socket"   => "/tmp/script.sock",
         "check-local" => "disable",
         "disable-time" => 1,
         "min-procs" => 1,
         "max-procs" => 1,
         ),
       ),
 )

 snippet of /home/apache/htdocs/python/main.py:

 cherrypy.config.update('/home/apache/htdocs/python/cherrypy.conf')
 app =
 cherrypy.tree.mount(site,'/','/home/apache/htdocs/python/cherrypy.conf')
 cherrypy.config.update({'engine.autoreload_on':False})
 cherrypy.engine.start(blocking=False)
 try:
     WSGIServer(app).run()
 finally:
     cherrypy.engine.stop()

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


    Reply to author    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 Jul 3, 3:10 pm
From: CherryPy <t...@cherrypy.org>
Date: Thu, 03 Jul 2008 19:10:01 -0000
Local: Thurs, Jul 3 2008 3:10 pm
Subject: Re: [CherryPy] #834: lighty+fcgi+flup+cherrypy+sessions stored in files deadlocks

#834: lighty+fcgi+flup+cherrypy+sessions stored in files deadlocks
----------------------+---------------------------------------------------- -
 Reporter:  guest     |        Owner:  fumanchu
     Type:  defect    |       Status:  assigned
 Priority:  normal    |    Milestone:  3.0    
Component:  sessions  |   Resolution:          
 Keywords:            |  
----------------------+---------------------------------------------------- -
Changes (by fumanchu):

  * owner:  no_mind => fumanchu
  * status:  new => assigned

Old description:

New description:

 Well, summary pretty much says everything. If I let the sessions be stored
 in RAM, everything functions normally. Here are some configs:

 lighttpd.conf:

 {{{
 fastcgi.server = (
 "/" => ( "main.py" => (
         "bin-path" => "/home/apache/htdocs/python/main.py",
         "socket"   => "/tmp/script.sock",
         "check-local" => "disable",
         "disable-time" => 1,
         "min-procs" => 1,
         "max-procs" => 1,
         ),
       ),
 )
 }}}

 snippet of /home/apache/htdocs/python/main.py:

 {{{
 cherrypy.config.update('/home/apache/htdocs/python/cherrypy.conf')
 app =
 cherrypy.tree.mount(site,'/','/home/apache/htdocs/python/cherrypy.conf')
 cherrypy.config.update({'engine.autoreload_on':False})
 cherrypy.engine.start(blocking=False)
 try:
     WSGIServer(app).run()
 finally:
     cherrypy.engine.stop()
 }}}

Comment:

 Reformatted.

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


    Reply to author    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 Jul 9, 2:01 pm
From: CherryPy <t...@cherrypy.org>
Date: Wed, 09 Jul 2008 18:01:41 -0000
Local: Wed, Jul 9 2008 2:01 pm
Subject: Re: [CherryPy] #834: lighty+fcgi+flup+cherrypy+sessions stored in files deadlocks

#834: lighty+fcgi+flup+cherrypy+sessions stored in files deadlocks
----------------------+---------------------------------------------------- -
 Reporter:  guest     |        Owner:  fumanchu
     Type:  defect    |       Status:  assigned
 Priority:  normal    |    Milestone:  3.0    
Component:  sessions  |   Resolution:          
 Keywords:            |  
----------------------+---------------------------------------------------- -
Comment (by nick125):

 Could this be related to ticket #761?

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


    Reply to author    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
©2008 Google