Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4042516
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T13:00:57+00:00 2026-05-20T13:00:57+00:00

We’ve been battling this problem for some time now, and can’t seem to find

  • 0

We’ve been battling this problem for some time now, and can’t seem to find a perfect solution that would satisfy all the requirements of making life easier for developers.

Right now we have the following setup:

  • Linux development server (as everything we produce runs on linux, and it uses some linux-specifix libraries)
  • Windows desktops (as the office network is on windows)
  • Every developer has a home folder on the dev server with a virtual host set up to run their code. This folder is shared using Samba.
  • Zend Studio IDE that is set up to use that location (as a network drive) to work on projects
  • Remote debugging to be able to run applications on the dev server and be able to step through the code

So the main problem we are having is that everything is slow…

  • Zend is slow to index the project, as it has quite a bit of files (including externals like full framework) that need to be transferred through SMB.
  • Remote debugging is slow, as Zend studio needs to fetch the file, then send it back to the server to run it (running “Local if available, else server”; otherwise breakpoints don’t work)
  • Tortoise SVN is slow to get file status for the commit (command line remedies the problem, but it’s much less user friendly, especially with more complicated things like conflict resolution while merging)

Branching out to any of the solutions that would have multiple server configurations brings up a problem that there is a chance of having different configurations everywhere, which will introduce additional layer of uncertainty and possibly bugs in production.

Development and debugging under windows is not possible because of linux dependencies in the code (like POSIX functions).

So how do organizations solve these problems? What kinds of set up are you using? What kinds of problems are you facing, and how to you resolve them?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T13:00:57+00:00Added an answer on May 20, 2026 at 1:00 pm

    One solution that works in some situations is to :

    • Have the code on your local disk, on the physical computer running windows
      • This code is the one you’re modifying with your IDE
      • So, IDE is working as fast as possible : no SMB access for each file.
    • Also have the code on the Linux server
      • So Apache runs fast : the code is present on the server
    • Use some kind of synchronisation mecanism, to push every modification made on a file on the Windows machine to the Linux server, via the SMB share.
      • Using Eclipse, the FileSync plugin does a good job, over the SMB share.
      • WinSCP can also be used, to keep a remote and local folder synchronized, over an SSH connexion

    Advantages :

    • All local operations are fast
    • All server operations are fast

    Drawbacks :

    • You must always use the tool that ensures synchronisation (For instance, with FileSync, everything must be done in Eclipse — and nothing in any other software)
      • Note : for SVN, no need to use Tortoise : there are plugins that integrate into Eclipse (Subversive, for example)
    • Not sure about debugging
    • Modifications done directly on the Linux machine might not (depending on the solution) get synchronized to the windows desktop.

    Still, the best (fastest and most powerful) solution is generally to use only one computer — that would run Linux, in your case, and not Windows.

    • Your tools will most likely work under Linux
    • If needed, you can install Windows in a Virtual Machine, for some software that don’t run on Linux
    • It’ll encourage everyone in your team to know Linux better ; which is always useful, when your production environment is not Windows 😉
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
Does anyone know how can I replace this 2 symbol below from the string
I have some data like this: 1 2 3 4 5 9 2 6
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.