Displaying 3 results from an estimated 3 matches for "http_service".
2006 May 15
0
FW: [Mongrel] Broken win32 service support for lastest mongrels.
...top, it stopped just
fine.
Before I jump into conclusion, done a new start & stop round, this time
with a broken pipe error.
Conclusion: something don''t work the same way twice.
To probe that I was doing something wrong (which most of the times that
is correct), I created the simple http_service.rb attached to this
message.
It only create a Simple Handler and a DirHandler of the local folder,
always listening in port 3000.
So far, tested against 0.3.8 and 0.3.12.4 of mongrel, functionality was
ok (no problem pipe here).
I changed a lot of the "concept" on how the services work...
2006 May 14
6
Broken win32 service support for lastest mongrels.
Ok, this might sound bad... well, actually it is.
I''m my rewrite of mongrel_rails_service and provide a uniform set of
commands in the line of gem_plugin commands, found a few issues while
stopping the service.
Thinking that rails (1.1.2) was responsable, tested against my 1.0.0
rails app, both with the same results.
Again, reverted to mongrel 0.3.8, when services was working ok, with
2006 May 21
0
Mongrel as win32-service, round3.
Hello lists!
This is not spam, but included the 2 lists (mongrel-users and
win32utils-devel) because the both are involved.
Attached is the 3rd version of a simple http_service script used
previously to get the things right for the mongrel Rails service.
With the modifications Zed implemented the past days (into the beta
gem, 0.3.13). Now the service part works better.
Still, a few things must be worked to get rails 100% in this env.
I also commented into the file a fe...