Hy everyone, I guess I'm a noob here since I have never used anything except Linux and Windows before but maybe you can help me. One of my latest projects involves separating web applications (simple to complex web sites) in terms of cpu , memory and I/O. >From what I have figured out so far, I/O can't be separated at this time (disk >I/O, I do not care about network I/O at all). I think I have also figured out that memory can be capped but not really as I would want it (a user has 10 processes that increase in mem usage and eventually get killed would have been nice. Instead everything above rss will get swapped which I do not really want). And finally my recent problem is with fastcgi (or in general, a process regardless of the partent, if it has a different uid than the parent to change its project). I want that every process spawned by apache through fastcgi to be assigned to a project specifically created for a user. Currently every process, even if the uid is changed, remain in the same project as the parent process, that is apache (user.root since apache is started by root). (normal behaviour maybe ?) Is it possible ? Maby I took a wrong approch using projects for each web app.
Thanks in advance. -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
