Questions tagged [centralized]

85 questions
0
votes
3 answers

Extending Zend request object getParams() method in order to sanitize user input

I am trying to ensure we sanitize user input in our web app by filtering user input (blacklisting user data such as tags etc). Basically, Zend suggests that this be done specifically by the developer wherever one deems it as a requirement, so if…
Parijat Kalia
  • 4,929
  • 10
  • 50
  • 77
0
votes
2 answers

central authentication and authorization System

There are several different web services -- various technologies used, such as Java, .NET, Python, Perl, and possibly more in the future -- belonging to different organizations, and the access to those web services has to be restricted. The idea is…
Shibin V.M
  • 411
  • 4
  • 9
  • 17
0
votes
2 answers

Sync Framework and SQL Server in a centralized model - does SF need to be installed on the central server?

Good Day Everyone, Excuse the newbie question, I am new to Microsoft Sync Framework. I've done extensive research on the Internet in order to find my way in this puzzle with the different versions of Sync Framework, of SQL Server, of Sync Services…
Zyxy
  • 37
  • 7
0
votes
1 answer

what is the knowledge i have to know to make centrelized DB in PC and access it via internet using java application?

i want to make centralized MySQL DB in PC like server , and manipulate it via internet using java application . i have already learn MySQL and java ,but i can't reach which i want. what is the knowledge i have to know to make this ? some detailed…
0
votes
0 answers

Central Admin Panel - Managing few sites on external servers - Saving files on external server

I would like to create a system which can manage all my websites from one page. All options of managing are let's say done or I know how to do them, except from editing and creating files on an external server. I would like to know what is the best…
-1
votes
2 answers

How do I align 3 circular images?

So I have this code: /*--- Circular images --- */ .img-circular1, .img-circular2, .img-circular3{ width: 200px; height: 200px; background-size: cover; display: block; border-radius: 100px; -webkit-border-radius: 100px; …
Bob
  • 109
  • 2
  • 12
-2
votes
1 answer

Looking for implementing a centralized git repository... with a catch

The idea behind what I am wanting to do is to create a centralized server on a linux system. I understand how to set this up, and already have. Next I would like to set up git on a windows system, aka the client, which I understand is possible…
rahajiki
  • 1
  • 3
-2
votes
1 answer

how to handle online users connected to different servers in a centralized messaging application?

I'm building a centralized messaging program with Python similar to the old msn messenger, or whatsapp. Let's say that now, my server can handle aprox 50.000 online users, and it works as follows: user1 wants to send a msg to user2, so user1 send…
-2
votes
1 answer

Centralized storage for text files

I thinking about centralized storage of text files with different metadata and content settings(unique lines, key:value lines) but still don't know which technology to use - sql db like PostgreSQL or NoSQL solutions. Large files: 100 - 600 mb each,…
Jhon
  • 433
  • 4
  • 19
-3
votes
1 answer

C++ Central Logging system

I've been asked to implement Centralized Logging system in C++. But I'm new to programming, and it doesn't really make sense, what needs to be done in class Log? I'm told that this class has to have 3 levels: ALL, ERROR, NONE. What should be in this…
Dyrus
  • 3
  • 2
1 2 3 4 5
6