Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: rubygem-shotgun - Automatic reloading version of the 
rackup command

https://bugzilla.redhat.com/show_bug.cgi?id=504472

           Summary: Review Request: rubygem-shotgun - Automatic reloading
                    version of the rackup command
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: nob...@fedoraproject.org
        ReportedBy: lkund...@v3.sk
         QAContact: extras...@fedoraproject.org
                CC: nott...@redhat.com, fedora-package-review@redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


SPEC: http://v3.sk/~lkundrak/gdc-ruby-stack/SPECS/rubygem-shotgun.spec
SRPM:
http://v3.sk/~lkundrak/gdc-ruby-stack/SRPMS/rubygem-shotgun-0.3-1.fc11.src.rpm

Description:

This is an automatic reloading version of the rackup command that's shipped
with Rack. It can be used as an alternative to the complex reloading logic
provided by web frameworks or in environments that don't support
application reloading.

The shotgun command starts one of Rack's supported servers (e.g., mongrel,
thin, webrick) and listens for requests but does not load any part of the
actual application. Each time a request is received, it forks, loads the
application in the child process, processes the request, and exits the
child process. The result is clean, application-wide reloading of all
source files and templates on each request.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to