Questions tagged [multiple-users]

213 questions
43
votes
7 answers

How to run pm2 so other server users are able to access the process?

When I start my Nodejs app with pm2, other server users are not able to access the process. Even if I start pm2 from a custom directory (not current user's ~/, what pm2 is using by default): HOME=/var/www pm2 start app.js Directory is accessible by…
Nik Sumeiko
  • 8,263
  • 8
  • 50
  • 53
23
votes
2 answers

Working with user roles in Django

I have some question In a project I have the need of work with users which are of three (may be more) types of them have different roles: physician patient administrator I have been thinking use of the Django Model Users and extend it creating a…
bgarcial
  • 2,915
  • 10
  • 56
  • 123
14
votes
8 answers

Simulate multiple users using a website

I am developing a website (basically a public facing site). How can I simulate multiple users are surfing my site and doing various activities so that I can understand how my site will behave in a real time environment? I am using Apache server and…
voila
  • 1,594
  • 2
  • 19
  • 38
10
votes
4 answers

GitHub: Separate credentials for two accounts on Windows

I recently created a second GitHub account two separate my work and my private projects (before, I only had the work account). I use https in combination with the Windows credential storage. To automatically select the correct account, I store my…
stefanbschneider
  • 5,460
  • 8
  • 50
  • 88
7
votes
1 answer

Make Python Available to All Users When Already Installed only for One

So I have python installed for my main user account, but I need to use a clean account to make some videos. Is there a way to re-assign my current Python installation along with all installed packages to be available to all users on my Windows 10…
Robin Andrews
  • 3,514
  • 11
  • 43
  • 111
7
votes
2 answers

How to create different user groups in Firebase?

I am making a point of sale app, using Xcode. I want this app to keep track of stock items, allow users to search stock, scan stock, add or lookup stock using a barcode. Items of stock will be stored in a users 'store'. I want to have three types of…
Sam
  • 83
  • 1
  • 1
  • 3
5
votes
1 answer

Detecting multiple users on one account

I have some kind of web application - you pay for account and then you can use services it provides. Now I would like to detect if two or more users are using one account - and than warn user or disable this account. I really don't know where should…
xx77aBs
  • 4,678
  • 9
  • 53
  • 77
5
votes
1 answer

How to make my nodejs app serve multiple users?

I am implementing a very basic website using nodejs, and expressjs framework. The idea is that the user enters the website, click on a button that will trigger a cpu-intensive task in the server, and get a message on the browser upon the completion…
saigammar
  • 65
  • 1
  • 5
5
votes
2 answers

Workflow for using Git SVN and a Remote Git Repository with multiple users

Summary of the question: I came to realise as I wrote this out that there is a lot of detail, so here's the headline: What is a good workflow for a team of many users that use SVN and Git SVN within a work environment, but then also want to use a…
Holf
  • 5,605
  • 3
  • 42
  • 63
4
votes
1 answer

facebook batch request for multiple users

I have a user database from facebook. I want to get their data (interests and friends birthdays) using batch request. Now I can make 1 batch request for 1 user. But considering the no. of users in my app is huge definately it will reach a limit. I…
Anuj Batra
  • 81
  • 2
  • 6
4
votes
1 answer

C# application for Multiple user Login on same Site

Is this possible to make an application that allows us to make an application that has 4 web browser controls and we can independently use each browser control for different Login on same website. Lets say i have one web browser dealing with hotmail…
Afnan Bashir
  • 7,319
  • 20
  • 76
  • 138
3
votes
1 answer

How does db4o maintain the performance

I have read here (search on the string key "core operates in single-thread mode") that db4o core is inherently single threaded, then how does it maintain performance/throughput when multiple users try to access the database concurrently?
Sreedhar Danturthi
  • 7,119
  • 19
  • 68
  • 111
3
votes
2 answers

I am trying to use PassportJs with multiple types of users (each one has a different model). What am I doing wrong?

I am trying to use PassportJs with express using multiple types of users (each one has a different model). When I use it with only one type of user it is OK but when I add a second one it is not working. Any idea ? // Configuring Passport var…
3
votes
2 answers

Multiple Instances of CasperJS/phantomJS for load testing

is there a possibility to perform load testing with casperJS/phantomJS? I haven't found out anything about this. My exact situation is that I should test a Webproject in my company. Is there a possibility to simulate many users accessing this site…
Hammerfaust
  • 109
  • 10
2
votes
2 answers

Open Graph action with two people

I have been looking through to Open Graph documentation and I haven't come across actions that can be defined for multiple users. For instance, x ran a route with y, or x sent y a photo. Is it currently possible to do this and if not, does anyone…
Tim van Dalen
  • 1,470
  • 3
  • 21
  • 41
1
2 3
14 15