Download
Blog
Wiki
Forum
Store
Contact
Home
Products
Web Server
Load Balancer
LiteSpeed SAPI
Solutions
Web Hosting
Online Gaming
PHP Application
Rails Hosting
Case Studies
Resources
Documentation
White Papers
Benchmarks
Testimonials
FAQ
HOW-TOs
Support
Services
Wiki
Forum
Company
About
News
Blog
Management
Partners
Careers
Support
Services
Wiki
Forum
User Name
Password
Remember Me?
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
LiteSpeed Support Forums
>
Search Forums
>
Search Results
Page 1 of 4
1
2
3
>
Last
»
Showing results 1 to 25 of 92 - Search took
0.01
seconds.
Search:
Posts Made By:
Grzegorz Derebecki
Forum:
Ruby/Rails
08-12-2010, 11:55 AM
Replies:
2
Fibers (rails, ruby 1.9) and SAPI
Views:
2,270
Posted By
Grzegorz Derebecki
Here is exemple app...
Here is exemple app http://github.com/igrigorik/async-rails/
There is already mysql async gem, rack async (rack-fiber_pool) and http async.
I'm wonder if we can join prefork with fibers (lets...
Forum:
Ruby/Rails
08-10-2010, 06:37 AM
Replies:
2
Fibers (rails, ruby 1.9) and SAPI
Views:
2,270
Posted By
Grzegorz Derebecki
Fibers (rails, ruby 1.9) and SAPI
Did you plan support Fibers in sapi?
What is Fibers? It is async no- blocking rails instances that can handle more that 1 request at the same time (no threads!).
More info you can get here:...
Forum:
Bug Reports
05-30-2010, 01:32 PM
Replies:
1
Server don't restart if new request comming
Views:
816
Posted By
Grzegorz Derebecki
Server don't restart if new request comming
maybe this is not bug - but when client establish connection with server
and send request quicker that keep-alive connection timeout server will not shutdown
lest say our server has 5 second...
Forum:
Ruby/Rails
05-17-2010, 11:01 PM
Replies:
2
Rails 3.0 lsapi runner
Views:
2,049
Posted By
Grzegorz Derebecki
you welcome :)
you welcome :)
Forum:
Ruby/Rails
05-17-2010, 11:40 AM
Replies:
4
Rails 3.0 beta & ruby 1.9.1 don't works
Views:
2,951
Posted By
Grzegorz Derebecki
I wrote my own rails3 runner: ...
I wrote my own rails3 runner:
http://www.litespeedtech.com/support/forum/showthread.php?t=4025
Forum:
Ruby/Rails
05-17-2010, 11:39 AM
Replies:
2
Rails 3.0 lsapi runner
Views:
2,049
Posted By
Grzegorz Derebecki
Rails 3.0 lsapi runner
For all who want run rails 3 with litespeed web server i wrote rails3 runner
http://github.com/madmax/lsws-rails3-runner
it works good with ruby 1.9.x (it should works with ruby 1.8 but i...
Forum:
Bug Reports
05-17-2010, 11:37 AM
Replies:
2
ruby lsapi removes RAILS_ROOT value from ENV
Views:
829
Posted By
Grzegorz Derebecki
i think RAILS_ROOT shouldn't be removed. Also...
i think RAILS_ROOT shouldn't be removed. Also RAILS_ROOT isn't set once when ruby starts?
By the way i wrote Rails3 runner: http://github.com/madmax/lsws-rails3-runner
Forum:
Bug Reports
05-17-2010, 10:32 AM
Replies:
2
ruby lsapi removes RAILS_ROOT value from ENV
Views:
829
Posted By
Grzegorz Derebecki
ruby lsapi removes RAILS_ROOT value from ENV
after include lsapi it removes RAILS_ROOT varible from ENV why?
also why include lsapi chdir to rails_root? rails_runner do this!
(i think it is bad design that include makes something like that)...
Forum:
Ruby/Rails
04-02-2010, 02:05 PM
Replies:
4
Rails 3.0 beta & ruby 1.9.1 don't works
Views:
2,951
Posted By
Grzegorz Derebecki
it is in deprecation folder that meen it probably...
it is in deprecation folder that meen it probably will be removed in next version :) Don't know try install ruby 1.9.1 (with rvm is so easy) and rails 3 beta
...
Forum:
Ruby/Rails
03-29-2010, 02:50 AM
Replies:
4
Rails 3.0 beta & ruby 1.9.1 don't works
Views:
2,951
Posted By
Grzegorz Derebecki
Rails 3.0 beta & ruby 1.9.1 don't works
Currently lsapi can't run rails 3 beta i fixed some issuses but still get errors.
Here is my railsrunner (only for test with hardcoded paths):
#!/usr/bin/env ruby
ENV['RAILS_ROOT'] =...
Forum:
Ruby/Rails
03-03-2010, 12:21 PM
Replies:
5
Sticky:
my rails runner
Views:
4,108
Posted By
Grzegorz Derebecki
i didn't checked yet but when i will test new...
i didn't checked yet but when i will test new loader (with include boot.rb) i will inform you.
Forum:
Ruby/Rails
03-03-2010, 01:09 AM
Replies:
5
Sticky:
my rails runner
Views:
4,108
Posted By
Grzegorz Derebecki
I think there is 1 litle problem with...
I think there is 1 litle problem with RailsRunner:
require 'active_support'
require 'action_controller'
if you include config/boot i think they are arledy loaded if not
it will load...
Forum:
Bug Reports
02-24-2010, 04:07 PM
Replies:
2
[RESOLVED] Env['http_x_forwarded_for']
Views:
1,437
Posted By
Grzegorz Derebecki
my foul my test proxy dont pass this varible....
my foul my test proxy dont pass this varible. This bug can be closed.
Forum:
Bug Reports
02-23-2010, 04:00 PM
Replies:
2
[RESOLVED] Env['http_x_forwarded_for']
Views:
1,437
Posted By
Grzegorz Derebecki
[RESOLVED] Env['http_x_forwarded_for']
Litespeed don't set HTTP_X_FORWARDED_FOR varible in ENV (ruby lsapi 4.0)
in php lsapi all works ok.
Forum:
General
02-11-2010, 12:47 AM
Replies:
7
[RESOLVED] Can i use litespeed without cpanel?
Views:
1,247
Posted By
Grzegorz Derebecki
also you can install phpmyadmin for database...
also you can install phpmyadmin for database managment.
Forum:
Bug Reports
02-11-2010, 12:44 AM
Replies:
16
[RESOLVED] Restart problem (old server isn't killed)
Views:
2,585
Posted By
Grzegorz Derebecki
Ok after few days tests all working ok :)
Ok after few days tests all working ok :)
Forum:
Ruby/Rails
02-11-2010, 12:43 AM
Replies:
7
Ruby 1.9
Views:
3,466
Posted By
Grzegorz Derebecki
mistwang thanks i will test it :)
mistwang thanks i will test it :)
Forum:
Ruby/Rails
02-05-2010, 02:09 PM
Replies:
7
Ruby 1.9
Views:
3,466
Posted By
Grzegorz Derebecki
I think it is good time to start working with...
I think it is good time to start working with lsapi support ruby 1.9.1
Forum:
Bug Reports
02-05-2010, 02:03 PM
Replies:
16
[RESOLVED] Restart problem (old server isn't killed)
Views:
2,585
Posted By
Grzegorz Derebecki
Hmm right i set it to 0 strange :) of...
Hmm right i set it to 0 strange :)
of corse parent should to it i think. But i will test it with completly removed LSAPI_PPID_NO_CHECK
Forum:
Bug Reports
02-05-2010, 02:56 AM
Replies:
16
[RESOLVED] Restart problem (old server isn't killed)
Views:
2,585
Posted By
Grzegorz Derebecki
still sometimes all lsapi process arent turned...
still sometimes all lsapi process arent turned off. Why server exit before it checkc that all sapi process are killed?
(i meen root process not www with not have rights to kill sapi process)
...
Forum:
Bug Reports
02-04-2010, 11:10 AM
Replies:
16
[RESOLVED] Restart problem (old server isn't killed)
Views:
2,585
Posted By
Grzegorz Derebecki
it won't help server exits and leave lsapi...
it won't help
server exits and leave lsapi process (ID: 16273) and
in4max@core2:~% ps aux |grep RAILS
in4max 16506 25.4 1.8 728968 152608 ?? S 8:07PM 0:16.78 ruby: RAILS: fdb.pl...
Forum:
Bug Reports
02-04-2010, 11:04 AM
Replies:
16
[RESOLVED] Restart problem (old server isn't killed)
Views:
2,585
Posted By
Grzegorz Derebecki
i will test it on ruby becous my lsapi for php is...
i will test it on ruby becous my lsapi for php is older
Forum:
Bug Reports
02-04-2010, 10:26 AM
Replies:
13
Bad encoding
Views:
2,331
Posted By
Grzegorz Derebecki
maby but litespeed use locks when writing gzip...
maby but litespeed use locks when writing gzip files to filesystem? Maby it should check if 2 process don't write the same file at the same time?
Or maby it should check if after write file has...
Forum:
LSWS 4.1 Release
02-04-2010, 10:24 AM
Replies:
71
4.1rc2
Views:
15,007
Posted By
Grzegorz Derebecki
maby consider to drop support for freebsd 4/5 and...
maby consider to drop support for freebsd 4/5 and support
Freebsd 8 & freebsd 6 (freebsd 7 will be supported by compatiblily libs)
I arledy upgraded to Freebsd 8
Forum:
Bug Reports
02-04-2010, 10:22 AM
Replies:
16
[RESOLVED] Restart problem (old server isn't killed)
Views:
2,585
Posted By
Grzegorz Derebecki
I'm using LSAPI_PPID_NO_CHECK becous of my...
I'm using LSAPI_PPID_NO_CHECK becous of my settings in freebsd:
security.bsd.see_other_uids=0
security.bsd.see_other_gids=0
here are my lsapi config:
LSAPI_CHILDREN=4
LSAPI_AVOID_FORK=1...
Showing results 1 to 25 of 92
Page 1 of 4
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
News
Use Cases
LiteSpeed Web Server
General
Install/Configuration
LiteSpeed Cache
Feedback/Feature Requests
Bug Reports
LSWS 4.1 Release
LiteSpeed Load Balancer
General
LiteSpeed Anti-DDoS
Proxy Service
Popular web applications
Word Press
vBulletin Forum
Joomla
Magento
External Applications
Apache Migration/Compatibility
Ruby/Rails
PHP
CGI/Perl/Python
Java JSP/Servlet
All times are GMT -7. The time now is
09:33 PM
.
-
Archive
-
Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved.
Privacy Policy
.